@tryterra/cli-linux-x64 0.7.0 → 0.8.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 +2 -1
  2. package/bin/terra +0 -0
  3. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryterra/cli-linux-x64",
3
- "version": "0.7.0",
3
+ "version": "0.8.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",