@tryterra/cli-darwin-x64 0.7.0 → 0.8.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 +2 -1
- package/bin/terra +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,7 +63,8 @@ The documentation is at [docs.tryterra.co/developer-tools/terra-cli][docs].
|
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
Every command and flag as one page. Name a group to narrow it:
|
|
66
|
-
`terra reference billing`.
|
|
66
|
+
`terra reference billing`. Both `terra <command> --help` and
|
|
67
|
+
`terra help <command>` list every supported flag for that command.
|
|
67
68
|
|
|
68
69
|
## Let your agent drive it
|
|
69
70
|
|
package/bin/terra
CHANGED
|
Binary file
|
package/package.json
CHANGED