CLI Command Reference
This reference covers every command available in the Nasiko CLI. Each command group has a dedicated page with full usage, options, and examples.
Global options
These options apply to any command:
| Option | Description |
|---|---|
--version | Print CLI version and exit |
--cluster, -n | Set cluster context for the current command |
Environment files are loaded at startup (first match wins): .nasiko-local.env, .nasiko.env, .nasiko-aws.env, .nasiko-do.env, .env. Set NASIKO_DEBUG=true to enable full tracebacks.
Top-level commands
These commands are available directly on nasiko without a group prefix:
| Command | Description |
|---|---|
nasiko use <cluster> | Set the active cluster context |
nasiko current | Show active cluster, API URL, and auth status |
nasiko init | Interactive first-run setup wizard |
nasiko docs [topic] | Show built-in terminal documentation |
nasiko list-clusters | List all configured cluster profiles |
Available docs topics: install, quickstart, concepts, auth, cluster, github, agent, chat, observability, access, local, n8n, images, user, search, env.
Command groups
| Group | Description |
|---|---|
| auth | Login, logout, and session status |
| cluster | Cluster profiles, infrastructure lifecycle, and bootstrap |
| setup | Advanced infrastructure setup with Terraform/artifact backends |
| agent | Deploy and inspect agents |
| github | GitHub integration and repository management |
| n8n | N8N connection and workflow registration |
| chat | Interactive chat sessions with agents |
| search | Search users and agents |
| observe | Observability sessions, traces, spans, and stats |
| access | Grant and revoke user/agent access |
| user | Superuser-level user administration |
| local | Local Docker Compose dev stack |
| images | Build and push platform container images |
Recommended learning order
nasiko initornasiko setup bootstrapnasiko auth loginandnasiko auth statusnasiko agent listandnasiko agent deploynasiko observe sessionsfor runtime visibility