@oasissys/bitbucket-cli 0.1.1 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Execute `npx -y @oasissys/bitbucket-cli` to get Oasis Bitbucket tools.
|
|
|
32
32
|
Want the CLI on PATH and your open pull requests fed into every agent session?
|
|
33
33
|
|
|
34
34
|
```sh
|
|
35
|
-
npm install -g @oasissys/bitbucket-cli
|
|
35
|
+
npm install -g @oasissys/bitbucket-cli # installs `oasis-bitbucket` (and the `bitbucket-cli` alias)
|
|
36
36
|
oasis-bitbucket setup
|
|
37
37
|
```
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oasissys/bitbucket-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"packageManager": "pnpm@11.9.0",
|
|
5
5
|
"description": "oasis-bitbucket — AXI CLI for the Oasis Bitbucket Server: repos, branches, and pull requests with token-efficient TOON output",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/oasissys/bitbucket-cli.git"
|
|
9
|
+
"url": "git+https://github.com/oasissys/bitbucket-cli.git"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"bitbucket",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"oasis"
|
|
18
18
|
],
|
|
19
19
|
"bin": {
|
|
20
|
-
"oasis-bitbucket": "./dist/bin/oasis-bitbucket.js"
|
|
20
|
+
"oasis-bitbucket": "./dist/bin/oasis-bitbucket.js",
|
|
21
|
+
"bitbucket-cli": "./dist/bin/oasis-bitbucket.js"
|
|
21
22
|
},
|
|
22
23
|
"files": [
|
|
23
24
|
"dist",
|