@tryterra/cli-linux-x64 0.6.0 → 0.6.1

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 (3) hide show
  1. package/README.md +4 -2
  2. package/bin/terra +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -118,8 +118,10 @@ touches nothing. It needs no credential, so it is safe against production.
118
118
  terra environments update --name Acme --dry-run
119
119
  ```
120
120
 
121
- Deletes confirm first, naming the account and environment they will act on, and
122
- need `--yes` where there is no terminal to ask.
121
+ Destructive commands confirm first, naming the account and environment they
122
+ will act on and what you cannot take back, and need `--yes` where there is no
123
+ terminal to ask. These include deletes and commands that charge a card, rotate
124
+ a live credential, or clear fields you leave out.
123
125
 
124
126
  ## Documentation
125
127
 
package/bin/terra CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryterra/cli-linux-x64",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "The Terra CLI binary for linux x64",
5
5
  "homepage": "https://docs.tryterra.co/developer-tools/terra-cli",
6
6
  "license": "SEE LICENSE IN LICENSE",