sylphx-cli 0.1.2

Sylphx Platform CLI — dogfoods the Rust Management SDK
# sylphx (CLI)

Production **Rust** operator CLI for Sylphx Platform. Agent-complete surface
(no Console required). Dogfoods `sylphx-sdk-management` (Protobuf wire).

## Install

| Channel | Command |
| --- | --- |
| **npm** | `npm install -g @sylphx/cli` |
| **crates.io** | `cargo install sylphx-cli` |
| **GitHub Releases** | `curl -fsSL …/scripts/install-sylphx.sh \| bash` |
| **Homebrew** | `brew install --formula packaging/homebrew/sylphx.rb` (or tap) |

## Agent operator commands

```bash
export SYLPHX_TOKEN=svc_...
export SYLPHX_API_URL=https://api.sylphx.com/v1   # optional

sylphx whoami --json
sylphx projects list --json
sylphx projects create my-app --slug my-app --json
sylphx deploy prj_... --env production --json
sylphx status prj_... --json
sylphx env set prj_... KEY=value --secret --json
sylphx logs --project prj_... --type runtime --tail 100 --json
sylphx db create app-db --project prj_... --json
sylphx resources list --kind database --json
sylphx rollback prj_... --json
sylphx tasks list --json
sylphx backup list --resource res_... --json
sylphx flags list --json
sylphx previews cost prj_... 1234 --json
```

See `sylphx version-info --json` for the full `shippedCommands` list.