mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
21 lines
497 B
Plaintext
21 lines
497 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder tokens create [flags]
|
|
|
|
Create a token
|
|
|
|
OPTIONS:
|
|
--lifetime duration, $CODER_TOKEN_LIFETIME (default: 720h0m0s)
|
|
Specify a duration for the lifetime of the token.
|
|
|
|
-n, --name string, $CODER_TOKEN_NAME
|
|
Specify a human-readable name.
|
|
|
|
-u, --user string, $CODER_TOKEN_USER
|
|
Specify the user to create the token for (Only works if logged in user
|
|
is admin).
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|