@proggarapsody/bitbottle 1.51.0 → 1.52.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.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -337,11 +337,16 @@ bitbottle repo rename MYPROJ/my-service my-service-v2 --confirm
|
|
|
337
337
|
# Fork into another workspace (Bitbucket Cloud only)
|
|
338
338
|
bitbottle repo fork myworkspace/my-service --into otherws
|
|
339
339
|
bitbottle repo fork myworkspace/my-service --into otherws --name my-fork
|
|
340
|
+
|
|
341
|
+
# Transfer to another project (Server) or workspace (Cloud)
|
|
342
|
+
bitbottle repo transfer MYPROJ/my-service --to NEWPROJ
|
|
343
|
+
bitbottle repo transfer myworkspace/my-service --to otherws
|
|
340
344
|
```
|
|
341
345
|
|
|
342
346
|
`repo fork` returns a typed unsupported-capability error on Bitbucket Server /
|
|
343
347
|
Data Center, which has no fork primitive in its REST API. Both `rename` and
|
|
344
348
|
`fork` accept `--json fields` and `--jq expr` for structured output.
|
|
349
|
+
`repo transfer` works on both backends and also accepts `--json`/`--jq`.
|
|
345
350
|
|
|
346
351
|
### Reading source at a ref
|
|
347
352
|
|