mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
2bd6d2908e
I'm sorry.
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
Usage: coder tokens create [flags]
|
|
|
|
Create a token
|
|
|
|
[1mOptions[0m
|
|
--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.
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|