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
Added a new visit subcommand that looks up an environment by ID and opens a web browser at its URL
Fixed a regression with the API token lookup - the SHIPYARD_API_TOKEN environment variable works again (its priority is higher that the config's value)
The CLI no longer drops a user into a sh shell when users don't provide command arguments to exec
Renamed all packages to allow third parties to import packages from the CLI into external code
Minor UI, error message, and help text improvements