@tryterra/cli-linux-x64 0.5.1 → 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 +6 -6
  2. package/bin/terra +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,7 @@ The documentation is at [docs.tryterra.co/developer-tools/terra-cli][docs].
51
51
  4. Ask a question when you are not sure:
52
52
 
53
53
  ```sh
54
- terra ask "how do I generate an auth widget"
54
+ terra docs ask --question "how do I generate an auth widget"
55
55
  ```
56
56
 
57
57
  Answered from the documentation, with links to the pages it came from.
@@ -106,8 +106,7 @@ Set up a staging environment with Garmin and Fitbit turned on, and point its
106
106
  webhooks at my tunnel.
107
107
  ```
108
108
 
109
- Asking questions is safe: reading changes nothing, credentials stay hidden
110
- unless someone passes `--reveal`, and anything destructive refuses to run
109
+ Asking questions is safe: reading changes nothing, and a delete refuses to run
111
110
  unattended rather than guessing that you meant it.
112
111
 
113
112
  ## Before you change anything
@@ -119,9 +118,10 @@ touches nothing. It needs no credential, so it is safe against production.
119
118
  terra environments update --name Acme --dry-run
120
119
  ```
121
120
 
122
- Commands whose response contains a credential will not print it without
123
- `--reveal`. Destructive ones confirm first, naming the account and environment
124
- they will act on, and 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.
125
125
 
126
126
  ## Documentation
127
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.5.1",
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",