flexkit deploy
Deploys the schema for every project defined in your local Flexkit config and streams progress until completion.
Synopsis
flexkit deploy [options]Behavior
- Reads projects from your local
flexkit.config.ts(or--local-configpath). - Starts one deploy job per configured project.
- Prints state transitions such as
queued,validating,building,uploading,activating, and final status. - Reports “no changes” with a returned schema hash when nothing changed.
- Handles Ctrl+C gracefully and stops the deploy run.
- Returns non-zero exit code if any project deploy fails.
Options
deploy has no command-specific flags. Use global options.
Examples
# Deploy using config in current directory
flexkit deploy
# Deploy using an explicit config file
flexkit --local-config ./flexkit.config.ts deploy
# Deploy from another directory
flexkit --cwd ./apps/my-app deployLast updated on