@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.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/bin/terra +0 -0
  3. 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 dev-prod
39
+ terra environments use Production
39
40
  terra users list
40
41
  ```
41
42
 
package/bin/terra ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryterra/cli-linux-x64",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "The Terra CLI binary for linux x64",
5
5
  "homepage": "https://github.com/tryterra/terra-cli",
6
6
  "license": "SEE LICENSE IN LICENSE",