settings:api-keys
List all API keys for your workspace. Only metadata is returned (id, name, key prefix, creation date) — the full secret is never shown after creation.Examples
settings:create-api-key
Create a new API key. The full key is printed once on success and then only metadata (id, name, keyPrefix, createdAt) is shown — it is not stored and cannot be retrieved again.
Examples
Output
settings:revoke-api-key
Revoke an API key by its ID. By default a confirmation prompt is shown; pass-y/--yes to skip it. Once revoked, any client using that key will be rejected.
Examples