mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
960 B
Generated
960 B
Generated
tokens create
Create a token
Usage
coder tokens create [flags]
Options
--lifetime
| Type | string |
| Environment | $CODER_TOKEN_LIFETIME |
Specify a duration for the lifetime of the token.
-n, --name
| Type | string |
| Environment | $CODER_TOKEN_NAME |
Specify a human-readable name.
-u, --user
| Type | string |
| Environment | $CODER_TOKEN_USER |
Specify the user to create the token for (Only works if logged in user is admin).