Schema Commands
Print the JSON schema for any Namera CLI command.
Prints a JSON Schema document for a supported CLI command. This is the canonical way for agents to discover the --params shape.
Usage
namera schema <command>Command paths
Supported command paths:
keystore.createkeystore.decryptkeystore.infokeystore.listkeystore.importkeystore.removesmart-account.createsmart-account.listsmart-account.infosmart-account.removesmart-account.statussmart-account.importsession-key.createsession-key.listsession-key.infosession-key.statussession-key.removemcp.start
If a command is not listed, it does not currently expose a schema.
Output
The command prints a JSON Schema document to stdout.
Examples
Keystore create schema:
namera schema keystore.createSmart account status schema:
namera schema smart-account.statusSession key create schema:
namera schema session-key.createMCP start schema:
namera schema mcp.start