Public alpha. Stripe Live in ~2 weeks. → Get on the launch list
CLIwos deploy

wos deploy

Status: stub. Day 3 deliverable.

Usage

wos deploy <policy.yaml>
wos deploy <policy.yaml> --token <key> --endpoint <url>

Pre-flight lints the policy locally (Athena), then POSTs to /api/v1/policies on the WOS control plane. Idempotent — re-deploying identical bytes returns the existing version row.

SourceVariable / flagDefault
API tokenWOS_API_TOKEN / --token(required)
EndpointWOS_ENDPOINT / --endpointhttps://api.worker-os.com

Exit codes

CodeMeaning
0Committed (new version) or idempotent re-commit.
1Server-side rejection (UNAUTHORIZED, POLICY_INVALID, rate-limit).
2Network or local I-O failure.