# @renaiss-shipflow/cli

Command-line client for [RenaissShipFlow](https://renaiss-shipflow.zeabur.app) — signal issue claims, PRs, and releases to your team while you work.

```sh
npm install -g @renaiss-shipflow/cli
renaiss-shipflow login --api-url https://renaiss-shipflow-api.zeabur.app
renaiss-shipflow init   # run inside a tracked repo
```

Sign-in rides on your GitHub CLI (`gh`) credentials. See the full command
reference at `/docs/cli` on your ShipFlow dashboard, and the agent skill
flow (Claude Code, Codex CLI, or Grok) at `/tools/ai-cli`.

## Platform support

macOS and Linux are the primary targets. Windows support is best-effort —
there is no Windows CI runner, so Windows-specific paths (e.g. launching
`.cmd` package-manager shims from `renaiss-shipflow test`) are verified with
mocked-platform unit tests only. Please file an issue if something breaks
on Windows.
