@buildautomaton/cli 0.1.15 → 0.1.17

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 CHANGED
@@ -18,12 +18,12 @@ npx @buildautomaton/cli --workspace-id YOUR_WORKSPACE_ID --token YOUR_TOKEN
18
18
 
19
19
  ## Options and env
20
20
 
21
- - `--workspace-id <id>` (or `BUILDAMATON_WORKSPACE_ID`) – optional. If omitted and no token, the CLI opens the browser so you can sign in and pick a workspace; a token is then created and sent to the CLI.
21
+ - `--workspace-id <id>` (or `BUILDAUTOMATON_WORKSPACE_ID`) – optional. If omitted and no token, the CLI opens the browser so you can sign in and pick a workspace; a token is then created and sent to the CLI.
22
22
  - `-n, --name <name>` – optional. When creating a new bridge via the browser flow, use this as the bridge name. Must be **alphanumeric and underscores only** (e.g. `dev_machine_1`). If omitted, a random name is chosen.
23
23
  - `--api-url <url>` (or `BUILDAUTOMATON_API_URL`) – default `https://localhost:8787` (wrangler dev; HTTP and WebSocket use this port)
24
- - `--token <token>` (or `BUILDAMATON_AUTH_TOKEN`) – optional; bridge token from the dashboard (Bridges page) or from a previous browser sign-in. When set with a workspace, the CLI connects immediately.
25
- - `BUILDAMATON_APP_URL` (or `APP_URL`) – used when no token/workspace to open the browser for the sign-in flow (e.g. `https://app.example.com`).
26
- - `--agent <command>` (or `BUILDAMATON_AGENT_CMD`) – optional; run an ACP agent (e.g. `cursor agent`). Prompts received over the bridge are forwarded to this agent.
24
+ - `--token <token>` (or `BUILDAUTOMATON_AUTH_TOKEN`) – optional; bridge token from the dashboard (Bridges page) or from a previous browser sign-in. When set with a workspace, the CLI connects immediately.
25
+ - `BUILDAUTOMATON_APP_URL` (or `APP_URL`) – used when no token/workspace to open the browser for the sign-in flow (e.g. `https://app.example.com`).
26
+ - `--agent <command>` (or `BUILDAUTOMATON_AGENT_CMD`) – optional; run an ACP agent (e.g. `cursor agent`). Prompts received over the bridge are forwarded to this agent.
27
27
 
28
28
  ## Authentication
29
29