mirror of
https://github.com/coder/coder.git
synced 2026-09-23 22:20:22 +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`)
11 lines
154 B
Markdown
Generated
11 lines
154 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# ai-gateway keys create
|
|
|
|
Create an AI Gateway key
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder ai-gateway keys create <name>
|
|
```
|