mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
721 B
721 B
coder tokens
Tokens are used to authenticate automated clients to Coder.
Usage
coder tokens [flags]
Examples
- Create a token for automation:
$ coder tokens create
- List your tokens:
$ coder tokens ls
- Remove a token by ID:
$ coder tokens rm WuoWs4ZsMX
Subcommands
Name | Purpose |
---|---|
create |
Create a tokens |
list |
List tokens |
remove |
Delete a token |