@rudderhq/cli 0.1.0-canary.3 → 0.1.0-canary.4
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 +2 -1
- package/dist/index.js +386 -62
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -74,7 +74,8 @@ Rudder coordinates agents. It does not force one runtime, one model, one prompt
|
|
|
74
74
|
|
|
75
75
|
### Try Rudder
|
|
76
76
|
|
|
77
|
-
The fastest path
|
|
77
|
+
The fastest path installs the per-user portable Rudder Desktop app and prepares
|
|
78
|
+
the matching persistent CLI:
|
|
78
79
|
|
|
79
80
|
```bash
|
|
80
81
|
npx @rudderhq/cli@latest start
|