Deploy Command
Deploy your application from the command line using the Boottify CLI.
Basic Usage
# Deploy current directory
boottify deploy
# Deploy with a specific app
boottify deploy --app my-app
# Deploy a specific branch
boottify deploy --branch feature-xyz
Deploy Options
--app— Target application name--branch— Git branch to deploy--env— Environment (production/preview)--force— Skip confirmation prompt
Deploy via GitHub
Most users deploy via the GitHub App integration, which triggers deployments automatically on push. The CLI is useful for manual deploys and CI/CD pipelines.