Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```