Keystore Commands
Manage local encrypted keystores used by the Namera CLI.
Namera stores keys as encrypted keystores on disk. The keystore command group lets you create, import, list, inspect, decrypt, and remove those entries.
Command group
- Group:
namera keystore - Alias:
namera k
Subcommands:
create: Generate a new keypair and store it as a keystoreimport: Import a keystore from an existing private keylist: List all stored keystoresinfo: Get metadata for a single keystoredecrypt: Decrypt a keystore and print key materialremove: Remove a keystore from disk
Interaction modes
Namera CLI is agent-first and supports two modes on every command:
- Interactive (default). If required fields are missing, the CLI prompts you.
- Params mode. Pass raw JSON using
--paramsfor agent-driven execution.
Get the JSON schema for any command:
namera schema keystore.<command>Example:
namera schema keystore.createCommon output control
--output,-o:pretty(default),json, orndjson--quite,-q: suppress output entirely
These are global flags and work the same for every keystore subcommand.