@kynver-app/runtime 0.1.48 → 0.1.50

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
@@ -6,10 +6,10 @@ Standalone Kynver AgentOS execution runtime and CLI (`kynver`).
6
6
 
7
7
  ```bash
8
8
  npm run kynver:build
9
- npm run kynver -- setup --api-base-url http://localhost:3000 --agent-os-id <id> --repo /path/to/repo --max-workers 13
9
+ npm run kynver -- setup --api-base-url http://localhost:3000 --agent-os-id <id> [--repo /path/to/repo] --max-workers 13
10
10
  npm run kynver -- login --api-key "$KYNVER_API_KEY"
11
11
  npm run kynver -- runner credential --agent-os-id <id>
12
- npm run kynver -- run create --repo /path/to/repo --name my-run
12
+ npm run kynver -- run create [--repo /path/to/repo] --name my-run
13
13
  npm run kynver -- daemon --run <runId> --agent-os-id <id> --execute
14
14
  ```
15
15