@proggarapsody/bitbottle 1.127.6 → 1.129.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -192,7 +192,8 @@ bitbottle repo create my-service --project MYPROJ
192
192
  bitbottle repo clone MYPROJ/my-service
193
193
 
194
194
  bitbottle branch list
195
- bitbottle branch create MYPROJ/my-service feature/x --start-at main
195
+ bitbottle branch create MYPROJ/my-service feature/x main # positional START_AT
196
+ bitbottle branch create MYPROJ/my-service feature/x --start-at main # flag form
196
197
  bitbottle branch delete MYPROJ/my-service feature/x
197
198
  ```
198
199
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.127.6",
3
+ "version": "1.129.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",