0.11.1
cfcli 0.11.1
cfcli has moved to the Bitcraze organization. It is now developed at
github.com/bitcraze/cfcli and its packages are
published from Bitcraze-hosted repositories. Old evoggy/cfcli git and release
links keep working via GitHub redirects.
Packaging changes
-
APT repository moved to
https://packages.bitcraze.io/apt. New installs — and the.deb's post-install step — configure it automatically. The signing key is unchanged, so no key re-import is needed. Existing apt users set up against the oldevoggy.github.ioURL must do a one-time switch:sudo rm -f /etc/apt/sources.list.d/cfcli.list curl -fsSL https://packages.bitcraze.io/apt/bitcraze.gpg.key \ | sudo gpg --dearmor -o /usr/share/keyrings/bitcraze-archive-keyring.gpg echo "deb [arch=amd64,arm64 signed-by=/usr/share/keyrings/bitcraze-archive-keyring.gpg] https://packages.bitcraze.io/apt stable main" \ | sudo tee /etc/apt/sources.list.d/bitcraze.list sudo apt update
See MIGRATION.md for details.
-
Homebrew tap is now
bitcraze/tap— install withbrew tap bitcraze/tap && brew install cfcli. The old tap keeps working via redirect, but retapping is recommended.