Skip to main content
Deprecated. clawup deploy now handles setup automatically. This command is kept for backward compatibility (CI scripts, etc.) and will be removed in a future version.
Reads clawup.yaml and your .env file, validates all required secrets are present, fetches Linear user UUIDs, and configures the Pulumi stack.

Usage

Options

Migration

Replace any usage of clawup setup with clawup deploy:
If you used clawup setup --deploy, just use clawup deploy instead.

Examples