@tryterra/cli-linux-x64 0.5.1 → 0.6.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 -6
- package/bin/terra +0 -0
- 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,
|
|
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,8 @@ 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
|
-
|
|
123
|
-
`--
|
|
124
|
-
they will act on, and need `--yes` where there is no terminal to ask.
|
|
121
|
+
Deletes confirm first, naming the account and environment they will act on, and
|
|
122
|
+
need `--yes` where there is no terminal to ask.
|
|
125
123
|
|
|
126
124
|
## Documentation
|
|
127
125
|
|
package/bin/terra
CHANGED
|
Binary file
|
package/package.json
CHANGED