-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23912 from vbotbuildovich/backport-pr-23865-v24.2…
….x-910 [v24.2.x] goreleaser: rm publish brews
- Loading branch information
Showing
1 changed file
with
0 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,39 +117,5 @@ release: | |
- rpk-zip | ||
draft: true | ||
discussion_category_name: Releases | ||
brews: | ||
- name: redpanda | ||
homepage: "https://redpanda.com" | ||
description: "Redpanda CLI & toolbox" | ||
repository: | ||
owner: redpanda-data | ||
name: homebrew-tap | ||
folder: Formula | ||
skip_upload: auto | ||
ids: | ||
- rpk-zip | ||
extra_install: | | ||
generate_completions_from_executable(bin/"rpk", "generate", "shell-completion", base_name: "rpk") | ||
caveats: | | ||
Redpanda Keeper (rpk) is Redpanda's command line interface (CLI) | ||
utility. The rpk commands let you configure, manage, and tune | ||
Redpanda clusters. They also let you manage topics, groups, | ||
and access control lists (ACLs). | ||
Start a three-node docker cluster locally: | ||
rpk container start -n 3 | ||
Interact with the cluster using commands like: | ||
rpk topic list | ||
When done, stop and delete the docker cluster: | ||
rpk container purge | ||
For more examples and guides, visit: https://docs.redpanda.com | ||
commit_author: | ||
name: vbotbuildovich | ||
email: [email protected] | ||
announce: | ||
skip: "true" |