@pilatos/bitbucket-cli 1.11.0 → 1.12.0

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +3112 -1477
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@
39
39
 
40
40
  ## At a glance
41
41
 
42
- - Stay in the terminal for repo and PR workflows
42
+ - Stay in the terminal for repo, PR, and snippet workflows
43
43
  - JSON output for scripting and automation
44
44
  - Auto-detects workspace and repo from your git directory
45
45
 
@@ -55,7 +55,7 @@ npm install -g @pilatos/bitbucket-cli
55
55
  bb --version
56
56
  ```
57
57
 
58
- > **Requires:** [Bun](https://bun.sh) runtime 1.0 or higher (Node.js is not supported)
58
+ > **Requires:** [Bun](https://bun.sh) runtime 1.0 or higher. The CLI is installed via npm but runs on the Bun runtime — Node.js is not supported. Install Bun first: `curl -fsSL https://bun.sh/install | bash`
59
59
 
60
60
  ---
61
61
 
@@ -98,7 +98,7 @@ Full documentation: **[bitbucket-cli.paulvanderlei.com](https://bitbucket-cli.pa
98
98
  - Create a token: [Bitbucket API Tokens](https://bitbucket.org/account/settings/api-tokens/)
99
99
  - Authenticate: `bb auth login`
100
100
 
101
- > **Note:** Bitbucket app passwords are deprecated. Use API tokens instead.
101
+ > **Note:** Bitbucket app passwords are [deprecated](https://bitbucket.org/blog/deprecating-app-passwords) (new ones can no longer be created). Use OAuth or API tokens instead.
102
102
 
103
103
  ---
104
104