Skip to main content
On Our Roadmap - The Scout CLI is planned for a future release. Want it sooner? Email us at [email protected] to share your use case and help us prioritize development.

Planned capabilities

  • Launch missions from local terminals or CI pipelines with scout run.
  • Upload persona briefs and mission templates stored in your repo.
  • Stream live mission progress and findings directly in your shell.
  • Export reports as JSON or Markdown for custom reporting.

Example workflow

# Authenticate once per machine
scout login

# Launch a mission against staging using the onboarding template
scout run --template onboarding --env staging --timebox 7

# Stream findings and open the report when complete
scout report mission_123 --open

Integrations

  • CI/CD – Use the CLI inside GitHub Actions, CircleCI, or any runner to gate deployments.
  • Local dev – Pair the CLI with hot module reloading so vibe coding sessions always end with a quality check.
  • Task runners – Wrap common commands in npm/yarn scripts or Makefiles (e.g., make scout-smoke).

Help Us Prioritize

This feature is on our roadmap. If you’d like to see the Scout CLI sooner or have specific requirements, please email [email protected] with details about your workflow. Your feedback helps us prioritize what to build next.