Skip to content

0.11.1

Choose a tag to compare

@github-actions github-actions released this 26 May 21:18

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 old evoggy.github.io URL 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 with brew tap bitcraze/tap && brew install cfcli. The old tap keeps working via redirect, but retapping is recommended.