NodeOps
KR

Getting Started

Install the CLI, authenticate, link your project, and deploy — all in under 2 minutes.


Prerequisites


Step 1: Install

macOS (Homebrew)

Bash
1brew install createos

macOS / Linux (curl)

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

Verify

Bash
1createos version

Expected output:

CreateOS CLI (version: v1.0.0)
  Channel: stable
  Commit:  abc123

Step 2: Authenticate

Bash
1createos login

Opens your default browser for OAuth sign-in. The CLI stores the session and auto-refreshes it — you won't need to re-login.

API token (for CI/CD and headless environments)

Bash
1createos login --token

Paste your API key when prompted. Get your key from Profile Settings > API Keys in the CreateOS dashboard.

Verify authentication

Bash
1createos whoami

Expected output:

ID:          abc-123-def
Email:       [email protected]
Created At:  January 15, 2026

Navigate to your project directory and link it:

Bash
1cd my-api/
2createos init

The CLI lists your projects and lets you pick one interactively. If you know the ID:

Bash
1createos init --project <project-id>

This creates a .createos.json file in your directory. All subsequent commands auto-detect the project — no need to pass --project every time.

.createos.json is automatically added to .gitignore.


Step 4: Deploy

Bash
1createos deploy

The CLI auto-detects your project type and deploys:

Project typeWhat happens
VCS (GitHub)Triggers deployment from the latest commit
UploadZips your local directory and uploads it
Docker imageDeploys the specified image

Build logs stream in real-time. When deployment succeeds, you get your live URL:

  Building v12...

  Step 1/4: Installing dependencies...
  Step 2/4: Building application...
  Step 3/4: Running tests...
  Step 4/4: Packaging container...

  ✓ Deployed (v12)

  ℹ Live at: https://my-api.nodeops.app

Deploy a specific branch

Bash
1createos deploy --branch staging

Deploy a Docker image

Bash
1createos deploy --image myapp:v1.0

Step 5: Verify

Check your project status:

Bash
1createos status

Open in browser:

Bash
1createos open

Tail runtime logs:

Bash
1createos deployments logs -f

Next steps

TaskCommandDocs
Set environment variablescreateos env set KEY=valueEnvironment Variables
Add a custom domaincreateos domains add myapp.comCustom Domains
Scale resourcescreateos scale --replicas 2Scaling
Schedule a cron jobcreateos cronjobs createCron Jobs
Use in CI/CDcreateos deploy --project $IDCI/CD Usage
See all commandscreateos --helpCommand Reference

Updating

The CLI checks for updates automatically. To upgrade:

Bash
1createos upgrade

Or via Homebrew:

Bash
1brew upgrade createos

100,000명 이상의 빌더. 하나의 워크스페이스.

제품 업데이트, 빌더 스토리, 더 빠르게 출시할 수 있는 기능에 대한 얼리 액세스를 받아보세요.

CreateOS는 아이디어가 컨셉에서 라이브 배포까지 원활하게 이동하는 통합 지능형 워크스페이스입니다. 도구, 인프라, 워크플로 간의 컨텍스트 전환을 제거하고 CreateOS 마켓플레이스에서 즉시 아이디어를 수익화할 수 있습니다.