# login Authenticate with Coder deployment ## Usage ```console coder login [flags] ``` ## Options ### --first-user-email | | | | ----------- | ------------------------------------ | | Type | string | | Environment | $CODER_FIRST_USER_EMAIL | Specifies an email address to use if creating the first user for the deployment. ### --first-user-password | | | | ----------- | --------------------------------------- | | Type | string | | Environment | $CODER_FIRST_USER_PASSWORD | Specifies a password to use if creating the first user for the deployment. ### --first-user-trial | | | | ----------- | ------------------------------------ | | Type | bool | | Environment | $CODER_FIRST_USER_TRIAL | Specifies whether a trial license should be provisioned for the Coder deployment or not. ### --first-user-username | | | | ----------- | --------------------------------------- | | Type | string | | Environment | $CODER_FIRST_USER_USERNAME | Specifies a username to use if creating the first user for the deployment.