Owostack

Commands

Reference for all Owostack CLI commands

CLI Commands

init

Initialize a new Owostack project in the current directory.

npx owosk init

This creates a default owo.config.ts file and prompts you for basic setup.

connect

Connect your local environment to an Owostack organization.

npx owosk connect

This opens a browser for authentication and saves your credentials locally.

sync

Push your local catalog configuration to the Owostack cloud.

npx owosk sync

Options:

  • --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 pull

diff

Show the difference between your local configuration and what's currently in the cloud.

npx owosk diff

validate

Validate your local owo.config.ts for errors or missing fields.

npx owosk validate

On this page

AI Chat

Owostack docs assistant

Start a new chat below.