@pilatos/bitbucket-cli 1.15.0 → 1.16.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 CHANGED
@@ -88,6 +88,8 @@ bb pr list
88
88
  bb repo list
89
89
  bb pr create --title "Add feature"
90
90
  bb pr approve 42
91
+ bb browse 42 # open PR #42 in your browser
92
+ bb browse src/cli.ts:20 # open a file at a specific line
91
93
  bb config set defaultWorkspace myworkspace
92
94
  ```
93
95