Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehborn/canary-cli
command line interface for canary-cd
https://github.com/rehborn/canary-cli
Last synced: about 2 hours ago
JSON representation
command line interface for canary-cd
- Host: GitHub
- URL: https://github.com/rehborn/canary-cli
- Owner: rehborn
- License: apache-2.0
- Created: 2025-01-06T07:33:38.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-14T22:21:17.000Z (1 day ago)
- Last Synced: 2025-01-14T23:23:05.042Z (about 23 hours ago)
- Language: Python
- Homepage: https://docs.rehborn.dev
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canary-CD CLI
command line interface for [canary-cd](https://github.com/rehborn/canary-cd)
- [Documentation](http://docs.rehborn.dev/cli/)
```shell
pipx install canarycd-cli
```# Development
```shell
typer ./ccd/main.py run
``````shell
poetry install
ccd --install-completion
source $HOME/.bash_completions/ccd.sh
```