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
- The CLI installed
- A project to link
- Permission to act on that org (ordinary member or service token)
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 loginMore 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 100CI / 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 100Related
Was this page helpful?
Tell us what is missing, wrong, or unclear — this opens a real inbox.