@proggarapsody/bitbottle 1.68.0 → 1.70.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 (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,6 +66,9 @@ echo "BBDC-YOUR-PAT" | bitbottle auth login \
66
66
 
67
67
  # Verify
68
68
  bitbottle auth status
69
+
70
+ # Diagnose credential / keychain / connectivity issues
71
+ bitbottle auth doctor [--hostname git.example.com]
69
72
  ```
70
73
 
71
74
  Credentials are stored in `~/.config/bitbottle/hosts.yml`. Inside a git repo with a Bitbucket remote the host and project/repo are detected automatically. Outside a repo, use `-R HOST/PROJECT/REPO`.
@@ -78,7 +81,7 @@ Tokens are intentionally stripped from `hosts.yml` on every save. If you have an
78
81
 
79
82
  | Group | Commands |
80
83
  |---|---|
81
- | `auth` | `login` `logout` `status` `token` `refresh` |
84
+ | `auth` | `login` `logout` `status` `token` `refresh` `doctor` |
82
85
  | `pr` | `list` `view` `create` `merge` `approve` `unapprove` `diff` `checkout` `edit` `decline` `reopen` `ready` `request-review` `comment` `default-reviewer {list\|add\|remove}` |
83
86
  | `repo` | `list` `view` `create` `delete` `clone` `set-default` `rename` `fork` _(Cloud)_ `file get` `tree` `watcher list` |
84
87
  | `branch` | `list` `create` `delete` `checkout` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.68.0",
3
+ "version": "1.70.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",