@tryterra/cli-linux-x64 0.0.0 → 0.1.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 +3 -2
- package/bin/terra +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
Set up and debug your Terra integration from the terminal. Create environments
|
|
8
8
|
and credentials, turn providers on and off, see which users have connected, and
|
|
9
|
-
replay the webhook events your integration received.
|
|
9
|
+
replay the webhook events your integration received. `terra data-api` reaches
|
|
10
|
+
the data API too, for the wearable data itself and the user-linking flow.
|
|
10
11
|
|
|
11
12
|
Coding agents can drive it too. `terra agent setup` installs the guidance into
|
|
12
13
|
Claude Code, Cursor and Codex, and `terra reference --format json` hands an
|
|
@@ -35,7 +36,7 @@ agent every command in a single call.
|
|
|
35
36
|
|
|
36
37
|
```sh
|
|
37
38
|
terra environments list
|
|
38
|
-
terra environments use
|
|
39
|
+
terra environments use Production
|
|
39
40
|
terra users list
|
|
40
41
|
```
|
|
41
42
|
|
package/bin/terra
ADDED
|
Binary file
|