Skip to content

Commit 4cfb85a

Browse files
feat(api): add homebrew
1 parent 2094d90 commit 4cfb85a

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
version: latest
2929
args: release --clean
3030
env:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,19 @@ nfpms:
7878
contents:
7979
- src: man/man1/*.1.gz
8080
dst: /usr/share/man/man1/
81+
homebrew_casks:
82+
- name: hypeman
83+
repository:
84+
owner: onkernel
85+
name: homebrew-tap
86+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
87+
homepage: https://github.com/onkernel/hypeman
88+
description: orchestration for cloud-hypervisor VMs
89+
license: Apache-2.0
90+
binary: "hypeman"
91+
completions:
92+
bash: "completions/hypeman.bash"
93+
zsh: "completions/hypeman.zsh"
94+
fish: "completions/hypeman.fish"
95+
manpages:
96+
- man/man1/hypeman.1.gz

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 18
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-7c27e323412e72166bce2de104f1bf82b57197e05b686e94cd81d07e288bd558.yml
33
openapi_spec_hash: 4656d2b318d04a9fec0210897d76b505
4-
config_hash: 8d56572492f9a13ba410b9beddf2c57d
4+
config_hash: eef61f4c936e0ca6c8b9d381907a24c9

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ It is generated with [Stainless](https://www.stainless.com/).
66

77
## Installation
88

9+
### Installing with Homebrew
10+
11+
```sh
12+
brew tap onkernel/tap
13+
brew install hypeman
14+
```
15+
916
### Installing with Go
1017

1118
<!-- x-release-please-start-version -->

0 commit comments

Comments
 (0)