OSAgent Control PlaneNEPOPSX
PricingDocs
Sign InGet Started Free
OSAgent Control PlaneNEPOPSX

NEPOPSX is Terraform for AI coding agents: one operating layer for instructions, prompts, standards, and package-based workflows across your whole team.

1 config
Policy lives in one workspace model.
10+ roles
Architect, reviewer, QA, publisher, and more.
Every repo
Ship the same behavior across the whole fleet.

Platform

  • Pricing
  • Docs
  • Get Started

Use Cases

  • Dashboard
  • Setup guide
  • Team sign in

Trust

  • Architecture notes
  • Plan limits
  • Security

© 2026 NEPOPSX. All rights reserved.

Built for platform teams standardizing AI-assisted development.

Back to Docs
Documentation

CLI Reference

The CLI is the execution layer for NEPOPSX. It initializes a workspace, activates licenses, scans for repo-specific context, installs packages, and syncs generated files into your repository.

Core flow

These are the commands most teams use during setup and when the repo shape changes.

$ npx @nepopsx/cli init
$ nepopsx activate <license-key>
$ nepopsx scan
$ nepopsx install feature-factory
$ nepopsx sync

When to use sync

Run sync after install or after changing workspace settings, customs, or local agent YAML that has already been re-scanned. Sync is render-only: if the workspace or an agent config changed since the last scan, rerun scan first.

$ nepopsx sync

When install auto-enrichs

Install can auto-enrich one agent config when the workspace has already been scanned. That keeps first-time package installs fast without turning install into a full repo scan.

$ nepopsx install feature-factory --yes
Related Docs
Getting Started
Security Model
Create an accountCompare plans