CLI Reference
Commands
Reference for all Owostack CLI commands
CLI Commands
init
Initialize a new Owostack project in the current directory.
npx owo initThis creates a default owo.config.ts file and prompts you for basic setup.
connect
Connect your local environment to an Owostack organization.
npx owo connectThis opens a browser for authentication and saves your credentials locally.
sync
Push your local catalog configuration to the Owostack cloud.
npx owo syncOptions:
--force: Skip confirmation and apply changes immediately.--dry-run: Show what would change without applying.
pull
Pull the latest configuration from the cloud into your local project.
npx owo pulldiff
Show the difference between your local configuration and what's currently in the cloud.
npx owo diffvalidate
Validate your local owo.config.ts for errors or missing fields.
npx owo validate