mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
27 lines
648 B
Plaintext
27 lines
648 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:
|
||
|
||
[;m$ coder tokens create[0m
|
||
|
||
- List your tokens:
|
||
|
||
[;m$ coder tokens ls[0m
|
||
|
||
- Remove a token by ID:
|
||
|
||
[;m$ coder tokens rm WuoWs4ZsMX[0m
|
||
|
||
[1mSubcommands[0m
|
||
create Create a token
|
||
list List tokens
|
||
remove Delete a token
|
||
|
||
---
|
||
Run `coder --help` for a list of global options.
|