Output results as JSON (supported on most commands)
--debug, -d
Print HTTP request/response details (tokens are masked)
--api-url
Override the API base URL
--help, -h
Show help for any command
Authentication
Command
Description
createos login
Sign in via browser (OAuth) or API token
createos logout
Sign out and clear stored credentials
createos whoami
Show the currently authenticated user
Project Management
Command
Description
createos init
Link the current directory to a CreateOS project
createos projects list
List all your projects
createos projects get
Show details for a specific project
createos projects delete
Delete a project
Deployments
Command
Description
createos deploy
Deploy your project (auto-detects type)
createos deploy --branch <name>
Deploy from a specific branch (VCS projects)
createos deploy --image <ref>
Deploy a Docker image (image projects)
createos deployments list
List deployments for a project
createos deployments logs
View runtime logs
createos deployments logs -f
Tail logs in real-time
createos deployments build-logs
View build-time logs
createos deployments retrigger
Redeploy an existing deployment
createos deployments cancel
Cancel a running deployment
createos deployments wakeup
Wake up a sleeping deployment
Environment Variables
Command
Description
createos env list
List environment variables (masked by default)
createos env set KEY=value
Set one or more variables
createos env rm KEY
Remove a variable
createos env pull
Download variables to a local .env file
createos env push
Upload variables from a local .env file
Examples
# Set multiple variables at oncecreateos env set DATABASE_URL=postgres://... API_KEY=sk-xxx# Pull to local file for developmentcreateos env pull# Push from local file to remotecreateos env push --force
# Add a domain: shows required DNS recordscreateos domains add api.myapp.com# After configuring DNS, verify propagationcreateos domains verify# Or check once without waitingcreateos domains verify --no-wait
Templates
Command
Description
createos templates list
Browse available templates
createos templates info <id>
Show template details
createos templates use <id>
Download and scaffold a project
Status & Open
Command
Description
createos status
Project health dashboard
createos open
Open project URL in browser
createos open --dashboard
Open the CreateOS dashboard
VMs
Command
Description
createos vms list
List VM instances
createos vms get
VM details
createos vms deploy
Deploy a new VM
createos vms ssh
SSH into a VM
createos vms reboot
Reboot a VM
createos vms resize
Change VM size
createos vms terminate
Destroy a VM
Sandboxes
Alias: createos sb
MicroVM sandboxes powered by fc-spawn. See the Sandboxes guide for full examples.