Metadata-Version: 2.4
Name: orchestra-cli
Version: 0.0.2
Summary: Orchestra CLI. Perform operations with Orchestra locally.
Author-email: Orchestra Technologies <support@getorchestra.io>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: typer>=0.16.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"

# orchestra-cli

A Python-based CLI tool for running Orchestra actions.

## Example

```bash
orchestra-cli validate example.yaml
```

## Development

- Make sure [uv](https://github.com/astral-sh/uv) is installed
- Use `uv pip install -e ".[dev]"` to install the CLI in editable mode for development

## Building and Releasing

- Run `uv build` to build the CLI
- Run `uv publish` to publish the CLI (you will need to pass the `--token` flag)
