Skip to content

adaouat/bifrost

Repository files navigation

bifrost

Atomic deployment CLI.

Install

Homebrew

brew install --cask adaouat/tap/bifrost

go install

go install github.com/adaouat/bifrost/cmd/bifrost@latest

mise

mise use github:adaouat/bifrost

Or declare it in your .mise.toml / mise.toml:

[tools]
"github:adaouat/bifrost" = "latest"

Prebuilt binary

Download the raw binary for your platform from the releases page. Assets are named bifrost_<version>_<os>_<arch> (no archive wrapper), alongside a checksums.txt for verification.

# example: macOS arm64 — replace <version> with the release tag
curl -L -o bifrost "https://github.com/adaouat/bifrost/releases/download/<version>/bifrost_<version>_darwin_arm64"
chmod +x bifrost
./bifrost --version

macOS / Gatekeeper: if the binary is blocked after download, clear the quarantine flag:

xattr -d com.apple.quarantine bifrost

bifrost prints a one-line upgrade hint when a newer release exists; re-run your install method (mise upgrade bifrost, go install …@latest, or the curl command) to upgrade.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors