Skip to content

Canary CLI Setup

Installation

pipx install canarycd-cli

Install pipx on Ubuntu

apt install pipx && pipx ensurepath && pipx ensurepath --global
Install pipx on other Platforms

pipx install git+https://github.com/rehborn/canary-cli.git@main
poetry add git+https://github.com/rehborn/canary-cli.git@main
Enable Autocompletion
$ ccd --install-completion
Was this page helpful?