Skip to content
LogoLogo

CreateOS CLI

The official command-line interface for the CreateOS platform. Deploy, manage, and scale your infrastructure from the terminal.

What you can do

CategoryCommandsWhat it does
DeploydeployPush code to production from your terminal
Manageenv, domains, cronjobsEnvironment variables, custom domains, scheduled tasks
Monitorstatus, deployments logsHealth dashboard, real-time log streaming
ScalescaleAdjust replicas, CPU, and memory
SandboxessandboxMicroVM sandboxes: create, exec, shell, sync, and destroy
Scaffoldtemplates, initBrowse templates, link projects
Automate--output json, --forceCI/CD-ready with machine-readable output

Requirements

  • macOS (Intel or Apple Silicon) or Linux (x86_64 or ARM64)
  • A CreateOS account (sign up free)
  • An existing project on CreateOS (or create one via the dashboard)

Quick install

brew tap nodeops-app/tap
brew install createos

Or on any platform:

curl -sfL https://raw.githubusercontent.com/NodeOps-app/createos-cli/main/install.sh | sh -

Quick start

createos login          # sign in via browser
createos init           # link to your project
createos deploy         # deploy
createos status         # check health

Pages in this section

Guides

Features

Reference

Open source

The CLI is open source and built in Go.