mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
36 lines
721 B
Markdown
36 lines
721 B
Markdown
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# coder tokens
|
|
|
|
Tokens are used to authenticate automated clients to Coder.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder tokens [flags]
|
|
```
|
|
|
|
## Examples
|
|
|
|
```console
|
|
- 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 |
|
|
| -------------------------------------------- | --------------- |
|
|
| [<code>create</code>](./coder_tokens_create) | Create a tokens |
|
|
| [<code>list</code>](./coder_tokens_list) | List tokens |
|
|
| [<code>remove</code>](./coder_tokens_remove) | Delete a token |
|