We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda61ac commit 6d2b79bCopy full SHA for 6d2b79b
README.md
@@ -18,7 +18,7 @@ Output format is documented in [API.md](./API.md).
18
Global install from GitHub (short-term distribution):
19
20
```bash
21
-npm install -g github:PSPDFKit-labs/buildkite-cli#v0.0.1
+npm install -g github:PSPDFKit-labs/buildkite-cli#v0.0.2
22
bkci --help
23
```
24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "buildkite-cli",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "LLM-friendly Buildkite CLI for CI inspection.",
5
"private": true,
6
"type": "module",
0 commit comments