Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 721 Bytes

File metadata and controls

35 lines (22 loc) · 721 Bytes

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