Files
coder/cli/testdata/coder_tokens_remove_--help.golden
Ethan 5ec385b36b feat(cli): support deleting tokens by id (#16341)
Since API keys can be created without a name, and we already perform the
deletion by ID, it makes sense to be able to delete tokens with *just*
the ID.
2025-02-12 18:18:17 +11:00

12 lines
166 B
Plaintext

coder v0.0.0-devel
USAGE:
coder tokens remove <name|id|token>
Delete a token
Aliases: delete, rm
———
Run `coder --help` for a list of global options.