@tryterra/cli-linux-x64 0.6.0 → 0.7.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 -2
- package/bin/terra +0 -0
- 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
|
-
|
|
122
|
-
need `--yes` where there is no
|
|
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