@tryterra/cli-linux-x64 0.0.1 → 0.1.1-rc.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 +15 -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
@@ -16,6 +17,12 @@ agent every command in a single call.
16
17
 
17
18
  1. Install the CLI:
18
19
 
20
+ **Homebrew (macOS):**
21
+
22
+ ```sh
23
+ brew install tryterra/tap/terra
24
+ ```
25
+
19
26
  **npm (all platforms):**
20
27
 
21
28
  ```sh
@@ -35,7 +42,7 @@ agent every command in a single call.
35
42
 
36
43
  ```sh
37
44
  terra environments list
38
- terra environments use dev-prod
45
+ terra environments use Production
39
46
  terra users list
40
47
  ```
41
48
 
@@ -61,6 +68,12 @@ Commands whose response contains a credential will not print it without
61
68
  `--reveal`. Destructive ones confirm first, naming the account and environment
62
69
  they will act on, and need `--yes` where there is no terminal to ask.
63
70
 
71
+ ## What changed
72
+
73
+ Every released version, newest first, is in
74
+ [the changelog](https://github.com/tryterra/terra-cli/blob/main/CHANGELOG.md).
75
+ `terra version` says which one you are on.
76
+
64
77
  ## Reporting bugs
65
78
 
66
79
  **Found a security issue? Do not open a public issue.** See the
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.0.1",
3
+ "version": "0.1.1-rc.1",
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",