Metadata-Version: 2.4
Name: canary-cli
Version: 0.1.dev1
Summary: command line interface for canary-cd
Project-URL: documentation, https://docs.rehborn.dev
Project-URL: source, https://github.com/rehborn/canary-cli.git
Author-email: Dominique Rehborn <dominique@rehborn.dev>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: <3.14,>=3.12
Requires-Dist: humanize<5.0.0,>=4.11.0
Requires-Dist: python-dotenv<2.0.0,>=1.0.1
Requires-Dist: pyyaml<7.0.0,>=6.0.2
Requires-Dist: questionary<3.0.0,>=2.1.0
Requires-Dist: requests<3.0.0,>=2.32.3
Requires-Dist: typer<0.16.0,>=0.15.1
Description-Content-Type: text/markdown

<div align="center">

[![CanaryCD](https://docs.rehborn.dev/assets/canary-cd.png)](http://docs.rehborn.dev)

**command line interface for [canary-cd](https://github.com/rehborn/canary-cd)**

[Source](https://github.com/rehborn/canary-cli) &middot; [Documentation](http://docs.rehborn.dev) 

[![PyPI-Badge]](https://pypi.org/project/canary-cli/)
![Python-Badge]
[![License-Badge]](https://github.com/rehborn/canary-cli/blob/main/LICENSE)

[PyPI-Badge]:
https://img.shields.io/pypi/v/canary-cli?style=flat-square&color=306998&label=PyPI&labelColor=FFD43B
[Python-Badge]:
https://img.shields.io/pypi/pyversions/canary-cli?style=flat-square&color=306998&label=Python
[License-Badge]:
https://img.shields.io/github/license/rehborn/canary-cli?style=flat-square&label=License
</div>

# Documentation
- [Setup](http://docs.rehborn.dev/cli/)
- [Usage](http://docs.rehborn.dev/cli/usage/)

# Setup

```shell
pipx install canary-cli
```

# Development

```shell
typer ./canary_cli/main.py run 
poetry install
ccd --install-completion
source $HOME/.bash_completions/ccd.sh
```
