@tryterra/cli-linux-x64 0.1.0 → 0.1.1-rc.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.
- package/README.md +12 -0
- package/bin/terra +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,12 @@ agent every command in a single call.
|
|
|
17
17
|
|
|
18
18
|
1. Install the CLI:
|
|
19
19
|
|
|
20
|
+
**Homebrew (macOS):**
|
|
21
|
+
|
|
22
|
+
```sh
|
|
23
|
+
brew install tryterra/tap/terra
|
|
24
|
+
```
|
|
25
|
+
|
|
20
26
|
**npm (all platforms):**
|
|
21
27
|
|
|
22
28
|
```sh
|
|
@@ -62,6 +68,12 @@ Commands whose response contains a credential will not print it without
|
|
|
62
68
|
`--reveal`. Destructive ones confirm first, naming the account and environment
|
|
63
69
|
they will act on, and need `--yes` where there is no terminal to ask.
|
|
64
70
|
|
|
71
|
+
## What changed
|
|
72
|
+
|
|
73
|
+
Every released version, newest first, is in
|
|
74
|
+
[the changelog](https://github.com/tryterra/terra-cli/blob/main/CHANGELOG.md).
|
|
75
|
+
`terra version` says which one you are on.
|
|
76
|
+
|
|
65
77
|
## Reporting bugs
|
|
66
78
|
|
|
67
79
|
**Found a security issue? Do not open a public issue.** See the
|
package/bin/terra
CHANGED
|
Binary file
|