mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
27 lines
715 B
Plaintext
27 lines
715 B
Plaintext
Usage: coder tokens
|
|
|
|
Manage personal access tokens
|
|
|
|
Aliases: token
|
|
|
|
Tokens are used to authenticate automated clients to Coder.
|
|
- Create a token for automation:
|
|
|
|
[40m [0m[91;40m$ coder tokens create[0m[40m [0m
|
|
|
|
- List your tokens:
|
|
|
|
[40m [0m[91;40m$ coder tokens ls[0m[40m [0m
|
|
|
|
- Remove a token by ID:
|
|
|
|
[40m [0m[91;40m$ coder tokens rm WuoWs4ZsMX[0m[40m [0m
|
|
|
|
[1mSubcommands[0m
|
|
create Create a token
|
|
list List tokens
|
|
remove Delete a token
|
|
|
|
---
|
|
Run `coder --help` for a list of global options.
|