For the complete documentation index, see llms.txt.

Smart Account Commands

Create, import, inspect, and manage smart accounts stored by the Namera CLI.

Smart accounts are locally stored account descriptors used by the CLI. The `smart-account` command group lets you create, import, list, inspect, check deployment status, and remove those entries. Command group [#command-group] * Group: `namera smart-account` * Alias: `namera sa` Subcommands: * [`create`](/docs/cli/smart-account/create): Create a new smart account from a keystore owner * [`import`](/docs/cli/smart-account/import): Import a smart account from raw metadata * [`list`](/docs/cli/sma

Smart Account Commands

Create, import, inspect, and manage smart accounts stored by the Namera CLI.

For the complete documentation index, see llms.txt.

Smart accounts are locally stored account descriptors used by the CLI. The smart-account command group lets you create, import, list, inspect, check deployment status, and remove those entries.

Command group

  • Group: namera smart-account
  • Alias: namera sa

Subcommands:

  • create: Create a new smart account from a keystore owner
  • import: Import a smart account from raw metadata
  • list: List all stored smart accounts
  • info: Get metadata for a single smart account
  • status: Check deployment status on a chain
  • remove: Remove a smart account 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 --params for agent-driven execution.

Get the JSON schema for any command:

namera schema smart-account.<command>

Example:

namera schema smart-account.create

Common output control

  • --output, -o: pretty (default), json, or ndjson
  • --quiet, -q: suppress output entirely

These are global flags and work the same for every smart-account subcommand.