We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78bb13 commit 178e6a2Copy full SHA for 178e6a2
.goreleaser.yaml
@@ -44,6 +44,6 @@ brews:
44
description: 'Rockset CLI'
45
repository:
46
owner: rockset
47
- name: homebrew
+ name: homebrew-cli
48
branch: main
49
token: "{{ .Env.HOMEBREW_GITHUB_AUTH_TOKEN }}"
README.md
@@ -5,6 +5,13 @@
5
[](https://github.com/rockset/cli/issues)
6
[](https://github.com/rockset/cli/releases)
7
8
+## Installation
9
+
10
+```shell
11
+brew tap rockset/cli
12
+brew install rockset
13
+```
14
15
## Usage
16
17
The Rockset cli can be used as an alternative to the [console](https://console.rockset.com/),
0 commit comments