mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Adds `coder ai-gateway keys` commands: * `create <name>` creates key with given name * `list` lists existing keys (alias `ls`) * `delete <name | id>` removes key matching by name or key id, name has priority (alias `rm`)
726 B
Generated
726 B
Generated
ai-gateway keys list
List AI Gateway keys
Aliases:
- ls
Usage
coder ai-gateway keys list [flags]
Options
-c, --column
| Type | [id|name|key prefix|created at|last used at] |
| Default | id,name,key prefix,last used at,created at |
Columns to display in table output.
-o, --output
| Type | table|json |
| Default | table |
Output format.