Skip to main content
Full command tree for the nora CLI. Each block links to a deeper page or is self-explanatory from the description.

nora auth

Sign-in and workspace management. See Auth.

nora flows

Manage Flows. See Flows.

nora agents

Edit Agent blocks in the active Flow. Common agents update --set-* flags:
  • Identity: --set-name, --set-description, --set-prompt, --set-prompt-file
  • Model: --set-model, --set-mode
  • Limits: --set-max-turns, --set-max-tokens, --set-max-cost
  • Approvals: --set-approval on|off, --set-cost-approval USD|off

nora tools

Edit Tool blocks (HTTP or code). Runtime kind: --set-runtime-kind http|inline. Inline supports --set-inline-lang javascript|python|sql.

nora actions

Same shape as tools, minus params (Actions fire after the Agent — no LLM-picked args).

nora schema

Handling secrets

Any flag that accepts a sensitive value takes:
  • ? — interactive prompt (masked for secret fields)
  • - — read one line from stdin (pipe-friendly)
  • literal string — used as-is, with a shell-history warning for secret fields
Example:

Global flags

Every subcommand accepts:
  • --base-url <url> — override server
  • --workspace <id> — override active workspace for this command
  • --flow <slug> — override active Flow for this command
  • -h, --help — print help