schema0-cli

Installation
SKILL.md

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
Related skills
Installs
2
First Seen
Mar 30, 2026