We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81eda45 commit c428599Copy full SHA for c428599
README.md
@@ -18,11 +18,11 @@ 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#main
+npm install -g github:PSPDFKit-labs/buildkite-cli#v0.0.1
22
bkci --help
23
```
24
25
-For reproducible installs, pin a tag or commit instead of `#main`.
+You can also pin to a commit SHA if needed.
26
27
Local development:
28
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "buildkite-cli",
3
- "version": "0.1.0",
+ "version": "0.0.1",
4
"description": "LLM-friendly Buildkite CLI for CI inspection.",
5
"private": true,
6
"type": "module",
0 commit comments