—keys
Manage API keys for your project. Each key authenticates log ingestion requests to the Loguro ingest endpoint.
Syntax
--keys
--keys::create
--keys::create:<name>
--keys:<name>
--keys:<name>::copy
--keys:<name>::delete Sub-commands
| Command | Description |
|---|---|
--keys | List all API keys for the project |
--keys::create | Create a new API key (name prompted in UI) |
--keys::create:<name> | Create a new API key with a specific name |
--keys:<name> | View details of a named key |
--keys:<name>::copy | Copy the key value to clipboard |
--keys:<name>::delete | Delete a named key |
Examples
--keys
--keys::create:api-prod
--keys:api-prod
--keys:api-prod::copy
--keys:api-prod::delete Notes
- Key values are only shown once at creation — use
::copyto retrieve them later - Key names are case-insensitive
- Available in the filter bar, command palette, project and auth scopes
- Executes on submit