@proggarapsody/bitbottle 1.43.0 → 1.45.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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -92,7 +92,7 @@ Tokens are intentionally stripped from `hosts.yml` on every save. If you have an
92
92
  | `commit` | `log` `view` `status` `comment {list\|add\|edit\|delete}` |
93
93
  | `pipeline` | `list` `view` `run` _(Cloud only)_ |
94
94
  | `deployment` | `list` `view` _(Cloud only)_ |
95
- | `environment` | `list` `create` `delete` `variable {list\|set\|delete}` _(Cloud only)_ |
95
+ | `environment` | `list` `create` `delete` _(Cloud only)_ |
96
96
  | `workspace` | `list` _(Cloud only)_ |
97
97
  | `project` | `list WORKSPACE` _(Cloud only)_ |
98
98
  | `issue` | `list` `view` `create` `close` `edit` `reopen` `assign` `comment {list\|add\|edit\|delete}` _(Cloud only)_ |
@@ -246,8 +246,6 @@ bitbottle variable delete MYWORKSPACE/my-service DEPLOY_KEY --scope deployment -
246
246
  All commands support `--json fields` and `--jq expr`. Secured variable values
247
247
  are never returned by the API once set.
248
248
 
249
- **`environment variable *` is deprecated.** Use `bitbottle variable --scope deployment --env ENV-UUID` instead. The old commands still work but print a deprecation warning.
250
-
251
249
  These commands return a typed unsupported-capability error on Bitbucket Server /
252
250
  Data Center — deployments and environments are a Cloud-only feature.
253
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.43.0",
3
+ "version": "1.45.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",