CLI Basics
The Boottify CLI provides command-line access to manage your applications, deployments, and settings.
Authentication
Authenticate with your Boottify account:
boottify login
This opens a browser window for OAuth authentication. Once authorized, a token is stored locally.
Common Commands
# List your applications
boottify apps list
# Deploy current directory
boottify deploy
# View deployment logs
boottify logs --app my-app
# Set environment variables
boottify env set KEY=value --app my-app
CLI Status
The CLI is currently in development. The device code authentication flow is available for early testing.