Files
coder/docs/cli/coder_tokens.md
2023-02-23 01:53:21 +00:00

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