Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Releases #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Publish Releases #4

wants to merge 3 commits into from

Conversation

scotwells
Copy link
Contributor

@scotwells scotwells commented Dec 15, 2024

Summary

This PR uses Goreleaser to publish binaries, linux packages, and homebrew formula manifests for the Datum Cloud CLI.

  • Release artifacts are published to the GitHub Release
    • Software Binaries
    • SBOM
    • Linux packages
      • apk
      • deb
      • rpm
      • termux.deb
      • archlinux
  • Homebrew forumula manifest is pushed to datum-cloud/homebrew-tap

Installing via Homebrew

This example was based on an example release that was published.

$ brew tap datum-cloud/tap
==> Tapping datum-cloud/tap
Cloning into '/opt/homebrew/Library/Taps/datum-cloud/homebrew-tap'...
...

$ brew install datum-cloud/tap/cli
==> Fetching datum-cloud/tap/cli
==> Downloading https://github.com/datum-cloud/datumctl/releases/download/v0.0.1-rc9/datumctl_Darwin_arm64.tar.gz
...

$ datumctl --help
A CLI for Datum Cloud

Usage:
  datumctl [command]

Available Commands:
  auth        Authenticate with Datum Cloud
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command

Flags:
  -h, --help   help for datumctl

Use "datumctl [command] --help" for more information about a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant