Skip to content

CLI Reference

stallari-cli is the local command-line companion for setup, diagnostics, and advanced operations. Most users can use the app. Use the CLI when you need a copyable diagnostic command or a low-level check.

CommandPurpose
stallari-cli statusShow helper and local subsystem status.
stallari-cli config validateValidate the current configuration.
stallari-cli config showPrint a readable configuration summary.
stallari-cli run <name>Request a named workflow or skill.
stallari-cli pluginsInspect installed plugin state where supported.
stallari-cli packsInspect installed pack state where supported.
stallari-cli lensInspect or repair the local Lens index where supported.

Exact subcommands vary by release. Run:

Terminal window
stallari-cli --help
stallari-cli <command> --help

Use the app or Chat for normal work. The CLI is useful for debugging and explicit manual runs:

Terminal window
stallari-cli run daily-summary

If the command touches plugins or external services, the same policy and review model applies. CLI use does not bypass plugin consent, credentials, or action gates.

Recent work is best inspected in Activity. The CLI may expose commands for searching or showing recorded work, depending on the release.

Use Activity when you need the full detail view. Use the CLI when you need a quick terminal check for a support or debugging session.

Validate configuration after manual edits:

Terminal window
stallari-cli config validate

If validation fails, fix the reported field or return to Settings for supported controls. Nix-managed or externally managed configurations should be edited at their source, not through generated output.

  • Do not paste secrets into command arguments.
  • Prefer Settings for provider keys and plugin credentials.
  • Treat CLI output as local diagnostic material; redact it before sharing publicly.
  • Use Status first when the issue is health or permission readiness.