—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

CommandDescription
--keysList all API keys for the project
--keys::createCreate 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>::copyCopy the key value to clipboard
--keys:<name>::deleteDelete 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 ::copy to retrieve them later
  • Key names are case-insensitive
  • Available in the filter bar, command palette, project and auth scopes
  • Executes on submit