@tryterra/cli-linux-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.
- package/README.md +9 -1
- package/bin/terra +0 -0
- 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.
|
|
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
|