@orgloop/cli
v0.7.8
Published
OrgLoop command-line interface
Readme
@orgloop/cli
Command-line interface for OrgLoop -- Organization as Code runtime. Validate configs, check environment, plan changes, and run the event loop.
Install
npm install -g @orgloop/cliCommands
orgloop init Scaffold a new orgloop.yaml (interactive)
orgloop validate Validate config syntax and connector schemas
orgloop env Check environment variables (shows missing with setup help)
orgloop doctor System health check (connectors, services, credentials)
orgloop plan Preview what start will do (sources, actors, routes)
orgloop start Start the event loop
orgloop stop Stop a running instance
orgloop status Show runtime status
orgloop logs View event logs
orgloop test Dry-run a single event through the pipeline
orgloop routes List configured routes
orgloop inspect Inspect resolved config
orgloop add Add a connector or module to config
orgloop hook Manage lifecycle hooks
orgloop service Manage background service
orgloop install-service Install as a system service
orgloop version Print version infoGlobal flags
-c, --config <path> Path to orgloop.yaml (default: ./orgloop.yaml)
-w, --workspace <name> Workspace name (default: "default")
-v, --verbose Verbose output
--json Machine-readable JSON output
--quiet Errors onlyQuick start
# Scaffold a new project
orgloop init
# Check your environment
orgloop env
# Validate the config
orgloop validate
# Preview the plan
orgloop plan
# Start routing events
orgloop startDocumentation
Full documentation at orgloop.ai
License
MIT
