schema0-cli
Schema0 CLI (Non-Interactive)
CLI for managing deployment, versions, and secrets. All commands run in non-interactive mode (no TTY prompts).
Authentication: Handled automatically. No login required.
Unavailable commands: login, logout, init, setup, version (interactive dashboard) — these require a TTY.
Available Commands
schema0 whoami # Verify authentication
schema0 secrets list # List secret names
schema0 secrets set # Set secrets (KEY=VALUE or --env-file)
schema0 secrets delete # Delete a secret
schema0 dev # Start mobile dev server (Expo)
schema0 doctor # Check deployment readiness and fix configuration issues
schema0 deploy # Build & deploy (auto-detects platforms)
schema0 deploy --platform web # Deploy web only
More from schema0/ai-agent-plugins
manage-secrets
Add and manage application secrets and environment variables. Use when adding API keys, credentials, or updating env.ts.
2schema-gen
Generates database table schema with Drizzle ORM (project)
2rls-setup
Set up database tables with Row-Level Security policies, configure authenticated connections, and implement secure user-scoped data access patterns (Do not apply this skill unless specifically asked by user) (project)
2api-router
Generates ORPC routers with drizzle-zod schemas from db package, bulk operations, and protected procedures (project)
2workflow-builder
>-
2handle-views
Generates route components - List Route and Detail Route (project)
2