You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking wasmer app get without a specifier, it tries to read a local app.yaml file.
If the file does not specify an app_id, it should try to search by name. It does do so, but it appears that it currently does not scope by the owner specified in the app.yaml, but instead searches the currently active user.
This was probably not updated after adding the owner field.
Eg:
❯ wasmer app get
error: Could not find app with name 'wordpress-starter-instaboot'
vs
❯ wasmer app get wasmer-tests/wordpress-starter-instaboot
id: da_RxJIdtAUWYxK
When invoking
wasmer app get
without a specifier, it tries to read a local app.yaml file.If the file does not specify an app_id, it should try to search by name.
It does do so, but it appears that it currently does not scope by the
owner
specified in the app.yaml, but instead searches the currently active user.This was probably not updated after adding the
owner
field.Eg:
vs
@xdoardo @ayys
The text was updated successfully, but these errors were encountered: