CLI command reference
The CLI is the execution layer for NEPOPSX. Use `login` and `up` for the guided path; reach for the remaining commands when you need explicit setup, reviewable syncs, team memory, diagnostics, or environment overrides.
Connect and bootstrap
login authorizes a machine. up is the guided, resumable setup flow — it prompts for the workspace name and which editors to render for. Pass --providers to skip that picker (handy for scripts). Pass --system for a headless install with default agent config and no LLM tailoring.
Analyze and install
workspace enrich enriches the workspace and installed agent configs. It supports hosted providers, Ollama, compatible endpoints, service-scoped scans, resumable runs, and an agent-assisted keyless mode. agent install adds one entitled agent package.
Render and verify
sync renders files from local state, or fetches the canonical workspace and approved learnings with --remote. Preview is write-free. workspace inspect validates workspace health; decode extracts the fingerprint from a generated file for forensic checks.
Team memory
import discovers existing Copilot instructions and Claude project memory and submits them as pending learnings. capture is the non-interactive, soft-failing hook/CI path. push-learnings is the deliberate interactive path for local reflector output.
Agent migration and enforcement
import-agents comprehends existing Claude Code and Copilot agents into governed bundles. Start with dry-run, then submit candidates to the Agent Compiler review queue. guard is the local PreToolUse hook used by generated Claude Code settings and normally runs automatically rather than as an interactive command.
Server override
Use workspace-local server overrides for self-hosted, staging, or development environments. clear returns to the normal configured endpoint.



