Commands
Reference for all Owostack CLI commands
CLI Commands
init
Initialize a new Owostack project in the current directory.
npx owosk initThis creates a default owo.config.ts file and prompts you for basic setup.
connect
Connect your local environment to an Owostack organization.
npx owosk connectThis opens a browser for authentication and saves your credentials locally.
sync
Push your local catalog configuration to the Owostack cloud.
npx owosk 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 owosk pulldiff
Show the difference between your local configuration and what's currently in the cloud.
npx owosk diffvalidate
Validate your local owo.config.ts for errors or missing fields.
npx owosk validate