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
Wasmer should do something similar to flyctl launch when running wasmer deploy or wasmer publish, namely:
➜ wasmer deploy
WARN: You must be logged in to continue the deployment flow.
? Would you like to sign in now? (no/yes) no
Access login is required. Please login with 'wasmer login'
➜ wasmer deploy
? You must be logged in to deploy. Would you like to sign in? (no/yes) yes
Opening auth link in your default browser: https://wasmer.io/auth/cli?nonce_id=XYZ
Waiting for session... [OPENS BROWSER] Done!
INFO: Logged in as "syrusakbary"
In summary:
When no: FAIL
When yes: go to the existing wasmer login flow
The text was updated successfully, but these errors were encountered:
Wasmer should do something similar to
flyctl launch
when runningwasmer deploy
orwasmer publish
, namely:In summary:
wasmer login
flowThe text was updated successfully, but these errors were encountered: