Metadata-Version: 2.4
Name: suiflex-suitest-cli
Version: 0.1.0
Summary: Command-line interface for Suitest
Project-URL: Homepage, https://suitest.dev
Project-URL: Source, https://github.com/suiflex/suitest
Author: Suitest contributors
License: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: suiflex-suitest-lifecycle>=0.1.0
Requires-Dist: suiflex-suitest-sdk>=0.1.0
Description-Content-Type: text/markdown

# suitest (CLI)

Command-line interface for [Suitest](https://suitest.dev), built on `suiflex-suitest-sdk`.

```bash
pip install suiflex-suitest-cli
export SUITEST_API_URL=https://suitest.example
export SUITEST_TOKEN=...           # bearer token
export SUITEST_WORKSPACE_ID=ws_1

suitest cases list
suitest mcp ls
suitest run --project prj_1 --case case_1 --branch main --wait
```

Exit code is non-zero on API error (and on a failed run with `--wait`), so it
composes in CI. Licensed Apache-2.0.
