Skip to content

0.6.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:18
09229ec

Release Notes

  • confer hubs — prints one clone path per distinct managed hub (deduped), one per line: the
    discovery primitive for portable multi-hub scripts and skills, e.g.
    for h in $(confer hubs); do CONFER_HUB=$h confer fleet; done. confer clones lists every
    per-role clone; confer hubs collapses them to one line per hub so a shared skill can iterate
    hubs without ever hardcoding a machine-specific path. (Motivated by the /confer-fleet skill
    baking an absolute path and breaking on every machine but the authoring one.)

Install confer-cli 0.6.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codeshrew/confer/releases/download/v0.6.2/confer-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install codeshrew/tap/confer

Download confer-cli 0.6.2

File Platform Checksum
confer-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
confer-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
confer-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
confer-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum