@tryterra/cli-darwin-x64 0.3.0 → 0.4.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.
Files changed (3) hide show
  1. package/README.md +9 -1
  2. package/bin/terra +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,15 @@ looking up the command. See [Let your agent drive it](#let-your-agent-drive-it).
46
46
  terra users list
47
47
  ```
48
48
 
49
- 4. Find any other command:
49
+ 4. Ask a question when you are not sure:
50
+
51
+ ```sh
52
+ terra ask "how do I generate an auth widget"
53
+ ```
54
+
55
+ Answered from the documentation, with links to the pages it came from.
56
+
57
+ 5. Find any other command:
50
58
 
51
59
  ```sh
52
60
  terra reference
package/bin/terra CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryterra/cli-darwin-x64",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "The Terra CLI binary for darwin x64",
5
5
  "homepage": "https://github.com/tryterra/terra-cli",
6
6
  "license": "SEE LICENSE IN LICENSE",