@proggarapsody/bitbottle 1.45.0 → 1.46.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 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,11 +205,11 @@ bitbottle pipeline steps MYWORKSPACE/my-service {pipeline-uuid}
205
205
  bitbottle pipeline logs MYWORKSPACE/my-service {pipeline-uuid} {step-uuid}
206
206
 
207
207
  # Repository-level pipeline variables (upsert by KEY):
208
- bitbottle pipeline variable list MYWORKSPACE/my-service
209
- bitbottle pipeline variable set MYWORKSPACE/my-service DEPLOY_ENV prod
210
- echo "$TOKEN" | bitbottle pipeline variable set MYWORKSPACE/my-service \
208
+ bitbottle variable list MYWORKSPACE/my-service
209
+ bitbottle variable set MYWORKSPACE/my-service DEPLOY_ENV prod
210
+ echo "$TOKEN" | bitbottle variable set MYWORKSPACE/my-service \
211
211
  API_TOKEN --body=- --secured
212
- bitbottle pipeline variable delete MYWORKSPACE/my-service DEPLOY_ENV --confirm
212
+ bitbottle variable delete MYWORKSPACE/my-service DEPLOY_ENV --confirm
213
213
  ```
214
214
 
215
215
  Secured variables redact their value on read (TTY column shows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",