For the complete documentation index, see llms.txt.

keystore list

List all locally stored keystores.

Lists every keystore stored on disk and prints basic metadata. Usage [#usage] ```bash namera keystore list ``` Aliases: * Group alias: `namera k` * Command alias: `list` -> `ls` Flags [#flags] This command has no command-specific flags. Global flags: * `--params`: Raw JSON parameters for agent-driven execution (empty object) * `--output`, `-o`: `pretty`, `json`, or `ndjson` * `--quiet`, `-q`: Suppress output Params mode (agents) [#params-mode-agents] The list command takes no parameters. The sc

keystore list

List all locally stored keystores.

For the complete documentation index, see llms.txt.

Lists every keystore stored on disk and prints basic metadata.

Usage

namera keystore list

Aliases:

  • Group alias: namera k
  • Command alias: list -> ls

Flags

This command has no command-specific flags.

Global flags:

  • --params: Raw JSON parameters for agent-driven execution (empty object)
  • --output, -o: pretty, json, or ndjson
  • --quiet, -q: Suppress output

Params mode (agents)

The list command takes no parameters. The schema is still available:

namera schema keystore.list

If you must pass params, use an empty object:

namera keystore list --params '{}'

Output

Each item includes:

  • alias: Keystore alias
  • address: Derived address
  • path: Filesystem path to the keystore

Examples

Default output:

namera keystore list

NDJSON output:

namera keystore list --output ndjson

Short aliases:

namera k ls

Schema lookup:

namera schema keystore.list