NodeOps
KR

Troubleshooting

Common issues and how to resolve them.


"you're not signed in"

Cause: Your session has expired or you haven't logged in.

Bash
1createos login

For CI environments:

Bash
1createos login --token

"no project linked to this directory"

Cause: No .createos.json file found in the current directory or any parent directory.

Bash
1createos init

Or specify the project explicitly:

Bash
1createos deploy --project <your-project-id>

To find your project ID:

Bash
1createos projects list

"command not found: createos"

Cause: The CLI binary is not in your PATH.

If installed via Homebrew

Bash
1brew link createos

If installed via curl

The installer places the binary in /usr/local/bin. Verify:

Bash
1ls -la /usr/local/bin/createos

If missing, reinstall:

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

Deploy hangs or times out

Cause: Build is taking longer than expected, or there's a network issue.

  1. Check build logs:
Bash
1createos deployments build-logs
  1. If the deployment is stuck, cancel and retry:
Bash
1createos deployments cancel
2createos deploy
  1. Enable debug mode to see HTTP requests:
Bash
1createos --debug deploy

Interactive prompts not working

Cause: You're running in a non-TTY environment (CI, pipe, script).

Use explicit flags instead:

Bash
1# Instead of interactive selection
2createos env list --project <id> --environment <id>
3
4# Skip confirmations
5createos domains delete --project <id> --domain <id> --force

"environment not found"

Cause: The environment ID in .createos.json no longer exists, or you have multiple environments and need to specify one.

Bash
1# List available environments
2createos environments list
3
4# Use a specific environment
5createos env list --environment <env-id>
6
7# Re-link with correct environment
8createos init --project <project-id>

Updating the CLI

If you're on an old version and something isn't working:

Bash
1createos upgrade

Or via Homebrew:

Bash
1brew upgrade createos

Check your current version:

Bash
1createos version

Debug mode

For any issue, run the command with --debug to see full HTTP request/response details:

Bash
1createos --debug status

Tokens are automatically masked in debug output.


Getting help

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

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

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