Authentication
This section explains how to authenticate with the Atym Hub via the Atym CLI.
login
Authenticate with the Atym Hub. By default, a browser window opens to complete the login flow; use --nobrowser to authenticate without a browser.
Usage:
atymctl login [flags]
Flags:
-a, --accountscope Set account scope
-m, --admin Set admin role
-y, --atymadmin Set Atym admin role
-z, --atymid string Resource id for the Atym admin token
-d, --editor Set editor role
-e, --environment string Atym environment to use
-h, --help help for login
-n, --nobrowser Do not open browser for authentication
-r, --reset Reset the environment and login with full configuration flow
-t, --tenantscope Set tenant scope
-i, --viewer Set viewer role
warning
You must have an Atym Hub account before logging in. Contact your administrator or sign up through the Atym Hub web interface if you do not yet have one.
logout
Log out of the Atym Hub. Clears the saved authentication token for the current environment.
Usage:
atymctl logout [flags]
Flags:
-h, --help help for logout