Skip to main content
Compute & deliveryOperator

Sylphx Cloud CLI

The operator CLI for Cloud hosting — deploy, env, logs, and project context. One Rust binary; npm/cargo/brew/curl only distribute it.

Binary
sylphx
Package
@sylphx/cli
Scope
hosting only

Before you start

Cloud CLI

CLI (sylphx, npm @sylphx/cli) is how you deploy on hosting. Generated Cloud clients cover hosting only. They are not a login, database, or AI SDK — buy those on their sites.

Quick install

macOS / Linuxtypescript
curl -fsSL https://sylphx.com/install/cli | bash
sylphx doctor
sylphx login

More channels (npm, Cargo, Homebrew): Install the CLI. How upgrades work: Update the CLI.

What you can do

Auth & contextlogin, doctor, org/project link, whoami
Deploy loopdeploy, status, logs, rollback, env, services
Cloud resourcesdomains, secrets, env, services, logs
Agent / CIJSON output, service tokens, candidates publish

Day-1

typescript
sylphx login
sylphx orgs list
sylphx context use --org-id org_…
sylphx projects list
sylphx link --project proj_… --org-id org_…
sylphx status
sylphx logs --tail 100

CI / service tokens

export SYLPHX_TOKEN=svc_… — no interactive login. Prefer sylphx … --json for agents.

Industry rules (short)

  • One binary — channels only distribute; they do not fork behavior.
  • Update the way you installed — npm → npm, brew → brew, curl → update or reinstall.
  • No silent auto-update — upgrades are explicit commands only.
  • No WASM CLI — the operator CLI is a native binary (not a browser isolate).

Verify

bash
sylphx whoami      # account the CLI acts as
sylphx status      # org · project · service for this directory
sylphx logs --tail 100
Every command accepts --json when another program is reading the output.

Related

Was this page helpful?

Tell us what is missing, wrong, or unclear — this opens a real inbox.

Send feedback