@proggarapsody/bitbottle 1.66.0 → 1.67.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -245,6 +245,16 @@ bitbottle pipeline schedule create MYWORKSPACE/my-service \
245
245
  bitbottle pipeline schedule delete MYWORKSPACE/my-service {uuid}
246
246
  ```
247
247
 
248
+ ### Pipeline Caches _(Cloud only)_
249
+
250
+ ```bash
251
+ # List all pipeline caches for a repository
252
+ bitbottle pipeline cache list MYWORKSPACE/my-service
253
+
254
+ # Delete a cache by UUID
255
+ bitbottle pipeline cache delete MYWORKSPACE/my-service {uuid}
256
+ ```
257
+
248
258
  ### Deployments & Environments _(Cloud only)_
249
259
 
250
260
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",