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
- Group:
namera smart-account - Alias:
namera sa
Subcommands:
create: Create a new smart account from a keystore ownerimport: Import a smart account from raw metadatalist: List all stored smart accountsinfo: Get metadata for a single smart accountstatus: Check deployment status on a chainremove: 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
--paramsfor agent-driven execution.
Get the JSON schema for any command:
namera schema smart-account.<command>Example:
namera schema smart-account.createCommon output control
--output,-o:pretty(default),json, orndjson--quite,-q: suppress output entirely
These are global flags and work the same for every smart-account subcommand.