@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.
- package/README.md +4 -4
- 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
|
|
209
|
-
bitbottle
|
|
210
|
-
echo "$TOKEN" | bitbottle
|
|
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
|
|
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
|