Metadata-Version: 2.4
Name: flowmesh-cli
Version: 0.1.0
Summary: FlowMesh command line interface
License-Expression: Apache-2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.12.5
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: rich>=14.2.0
Requires-Dist: websockets>=15.0
Requires-Dist: flowmesh-sdk==0.1.0
Provides-Extra: stack
Requires-Dist: flowmesh-cli-stack==0.1.0; extra == "stack"
Dynamic: license-file

# FlowMesh CLI

Standalone FlowMesh CLI package (`flowmesh-cli`).

## Packages

- `flowmesh-cli` (base): core commands — workflow, task, worker, node, ssh,
  result, system, plus basic `info` / `health` helpers.
- `flowmesh-cli-stack` (`cli/stack/`): stack deployment commands — build, up,
  down, worker management, bundle, env helpers, doctor.

Install with the `stack` extra to get both:

```bash
pip install "flowmesh[cli]"
```

The CLI entrypoint is `flowmesh`. Stack assets (compose, bake, env example) are
bundled under `flowmesh_cli_stack/assets/`.
