@viraatdas/rudder 0.7.33 → 0.7.34
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 +6 -6
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,10 +93,10 @@ override it for local development or another deployment.
|
|
|
93
93
|
|
|
94
94
|
Inside the dashboard, `/login` starts browser auth and `/cloud list` lists
|
|
95
95
|
cloud workers after you are logged in. `/cloud` opens a confirmation pane before
|
|
96
|
-
anything launches. The default option
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
96
|
+
anything launches. The highlighted default option onloads the current Rudder run
|
|
97
|
+
to the cloud. Press Down to choose a scratch Fly microVM in a fresh cloud
|
|
98
|
+
directory, then Enter to start. `/cloud <name>` uses the same prompt but gives
|
|
99
|
+
the scratch worker a specific name. `/cloud help` shows the cloud command
|
|
100
100
|
reference.
|
|
101
101
|
|
|
102
102
|
Cloud workers use Fly Machines by default. To bring your own workstation or
|
|
@@ -260,8 +260,8 @@ the shortcut predictable even if the CLI default runtime was changed to BYOC.
|
|
|
260
260
|
```text
|
|
261
261
|
task pane /cloud
|
|
262
262
|
-> confirmation pane
|
|
263
|
-
|
|
264
|
-
|
|
263
|
+
highlighted: onload current Rudder run to cloud
|
|
264
|
+
Down: start scratch in a fresh cloud directory
|
|
265
265
|
-> local CLI creates repo snapshot
|
|
266
266
|
-> control plane stores snapshot in S3
|
|
267
267
|
-> control plane creates Fly Machine
|
|
Binary file
|
package/package.json
CHANGED