@buildautomaton/cli 0.1.58 → 0.1.60

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
@@ -39,7 +39,7 @@ npx @buildautomaton/cli --workspace-id YOUR_WORKSPACE_ID --token YOUR_TOKEN
39
39
  3. **Local proxy** – Requests from the backend to “call a local URL” are executed on the machine running the CLI (e.g. `GET http://localhost:3000/api/status`). Only localhost is allowed.
40
40
 
41
41
  4. **Skills** – Each skill defines operations (with English descriptions and params). The UI/backend can invoke them; the CLI runs the operation locally.
42
- - **preview** – Start/stop/status for a local preview server (e.g. Next.js dev server).
42
+ - **preview** – Start/stop/status for a local preview server (e.g. Next.js preview environment).
43
43
 
44
44
  ## Adding a local agent in the UI
45
45