| title |
login |
| description |
Authenticate with Coder deployment |
Authenticate with Coder deployment
coder login [flags] [<url>]
By default, the session token is stored in the operating system keyring on macOS and Windows and a plain text file on Linux. Use the --use-keyring flag or CODER_USE_KEYRING environment variable to change the storage mechanism.
| Name |
Purpose |
token |
Print the current session token |
|
|
| Type |
string |
| Environment |
$CODER_FIRST_USER_EMAIL |
Specifies an email address to use if creating the first user for the deployment.
|
|
| Type |
string |
| Environment |
$CODER_FIRST_USER_USERNAME |
Specifies a username to use if creating the first user for the deployment.
|
|
| Type |
string |
| Environment |
$CODER_FIRST_USER_FULL_NAME |
Specifies a human-readable name for the first user of the deployment.
|
|
| Type |
string |
| Environment |
$CODER_FIRST_USER_PASSWORD |
Specifies a password to use if creating the first user for the deployment.
|
|
| Type |
bool |
| Environment |
$CODER_FIRST_USER_TRIAL |
Specifies whether a trial license should be provisioned for the Coder deployment or not.
By default, the CLI will generate a new session token when logging in. This flag will instead use the provided token as the session token.