Skip to main content

CLI Direction Guide

The repository does not currently ship the multi-command CLI shown on this page. The executable entrypoint today is still the bootstrap/server binary started with go run ./cmd/aios.

Audience

This page is for maintainers, integrators, and doc authors planning future CLI automation entrypoints.

Goal and Scope

This page explains the planned CLI shape and how to avoid presenting roadmap commands as if they were already implemented.

Planned Command Pattern

Common domains:
  • infra for infrastructure operations
  • agent for agent lifecycle and workflows
  • config for global configuration

Planned Global Flags

Planned Infrastructure Workflow Example (Not Yet Implemented)

Planned Agent Workflow Example (Not Yet Implemented)

How To Execute Today

Automation Recommendations

  • until the CLI exists, CI should call implemented HTTP APIs directly instead of relying on the planned commands on this page
  • keep secrets in secure environment variables
  • aios doctor and similar commands remain future CLI direction only