@tryterra/cli-darwin-x64 0.4.1 → 0.5.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 +27 -0
- package/bin/terra +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ the data API too, for the wearable data itself and the user-linking flow.
|
|
|
13
13
|
Your coding agent can drive it too, so you can ask for the result instead of
|
|
14
14
|
looking up the command. See [Let your agent drive it](#let-your-agent-drive-it).
|
|
15
15
|
|
|
16
|
+
The documentation is at [docs.tryterra.co/developer-tools/terra-cli][docs].
|
|
17
|
+
|
|
16
18
|
## Get started
|
|
17
19
|
|
|
18
20
|
1. Install the CLI:
|
|
@@ -121,6 +123,31 @@ Commands whose response contains a credential will not print it without
|
|
|
121
123
|
`--reveal`. Destructive ones confirm first, naming the account and environment
|
|
122
124
|
they will act on, and need `--yes` where there is no terminal to ask.
|
|
123
125
|
|
|
126
|
+
## Documentation
|
|
127
|
+
|
|
128
|
+
[The CLI section of Terra's documentation][docs] covers the whole tool:
|
|
129
|
+
|
|
130
|
+
- [Installation] for Homebrew, npm, staying up to date, and shell completion
|
|
131
|
+
- [Authentication] for logging in interactively, in CI, or with no browser
|
|
132
|
+
- [Configuration] for environments, profiles, and every variable
|
|
133
|
+
- [Output and scripting] for formats, field selection, pagination, exit codes
|
|
134
|
+
- [Guardrails] for the dry run, secret gating, and confirmations
|
|
135
|
+
- [Raw API requests] for reaching an endpoint that has no command of its own
|
|
136
|
+
- [Coding agents] for driving the CLI from an agent
|
|
137
|
+
- [Ask the docs] for asking a question from the terminal
|
|
138
|
+
- [Command reference] for every command group and the flags they all share
|
|
139
|
+
|
|
140
|
+
[docs]: https://docs.tryterra.co/developer-tools/terra-cli
|
|
141
|
+
[Installation]: https://docs.tryterra.co/developer-tools/terra-cli/installation
|
|
142
|
+
[Authentication]: https://docs.tryterra.co/developer-tools/terra-cli/authentication
|
|
143
|
+
[Configuration]: https://docs.tryterra.co/developer-tools/terra-cli/configuration
|
|
144
|
+
[Output and scripting]: https://docs.tryterra.co/developer-tools/terra-cli/output-and-scripting
|
|
145
|
+
[Guardrails]: https://docs.tryterra.co/developer-tools/terra-cli/guardrails
|
|
146
|
+
[Raw API requests]: https://docs.tryterra.co/developer-tools/terra-cli/raw-requests
|
|
147
|
+
[Coding agents]: https://docs.tryterra.co/developer-tools/terra-cli/coding-agents
|
|
148
|
+
[Ask the docs]: https://docs.tryterra.co/developer-tools/terra-cli/ask
|
|
149
|
+
[Command reference]: https://docs.tryterra.co/developer-tools/terra-cli/command-reference
|
|
150
|
+
|
|
124
151
|
## What changed
|
|
125
152
|
|
|
126
153
|
Every released version, newest first, is in
|
package/bin/terra
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryterra/cli-darwin-x64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "The Terra CLI binary for darwin x64",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://docs.tryterra.co/developer-tools/terra-cli",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|