Skip to content

docs: update CLI docs for controller-cli 0.1.14#209

Merged
broody merged 1 commit intomainfrom
docs/cli-0.1.14
Feb 16, 2026
Merged

docs: update CLI docs for controller-cli 0.1.14#209
broody merged 1 commit intomainfrom
docs/cli-0.1.14

Conversation

@broodling-bot
Copy link
Collaborator

Updates the CLI documentation to reflect all changes since 0.1.13.

Command changes

  • generate-keypair + register-sessionsession auth (single command handles both)
  • statussession status
  • clearsession clear
  • execute now uses positional args: controller execute <contract> <entrypoint> <calldata>

New commands

  • session list — list active sessions with pagination
  • call — read-only contract calls
  • transaction — get transaction status
  • receipt — get full transaction receipt
  • balance — query ERC20 token balances
  • username — display account username
  • config set/get/list — manage CLI configuration

Other updates

  • Calldata format docs (decimal, u256:, str: prefixes)
  • RPC URL precedence: --chain-id flag > config > env var
  • Updated error table with new command names

Corresponds to controller-cli changes since 0.1.13.

- Replace deprecated commands (generate-keypair → session auth, register-session → session auth, status → session status, clear → session clear)
- Update execute syntax to use positional args (contract, entrypoint, calldata)
- Add new commands: call, transaction, receipt, balance, username, config, session list
- Add calldata format docs (u256:, str:, decimal)
- Update RPC URL precedence (--chain-id flag support)
- Remove separate generate-keypair step (session auth handles it)
- Update error table recovery hints to reference new command names
@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Feb 16, 2026 5:24pm

Request Review

@broody broody merged commit 0339c09 into main Feb 16, 2026
2 checks passed
@broody broody deleted the docs/cli-0.1.14 branch February 16, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants