File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11configured_endpoints : 18
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fhypeman-7c27e323412e72166bce2de104f1bf82b57197e05b686e94cd81d07e288bd558.yml
33openapi_spec_hash : 4656d2b318d04a9fec0210897d76b505
4- config_hash : 8d56572492f9a13ba410b9beddf2c57d
4+ config_hash : eef61f4c936e0ca6c8b9d381907a24c9
Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments