Skip to main content

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:

OptionDescription
--versionPrint CLI version and exit
--cluster, -nSet 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:

CommandDescription
nasiko use <cluster>Set the active cluster context
nasiko currentShow active cluster, API URL, and auth status
nasiko initInteractive first-run setup wizard
nasiko docs [topic]Show built-in terminal documentation
nasiko list-clustersList 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

GroupDescription
authLogin, logout, and session status
clusterCluster profiles, infrastructure lifecycle, and bootstrap
setupAdvanced infrastructure setup with Terraform/artifact backends
agentDeploy and inspect agents
githubGitHub integration and repository management
n8nN8N connection and workflow registration
chatInteractive chat sessions with agents
searchSearch users and agents
observeObservability sessions, traces, spans, and stats
accessGrant and revoke user/agent access
userSuperuser-level user administration
localLocal Docker Compose dev stack
imagesBuild and push platform container images
  1. nasiko init or nasiko setup bootstrap
  2. nasiko auth login and nasiko auth status
  3. nasiko agent list and nasiko agent deploy
  4. nasiko observe sessions for runtime visibility