executor 1.4.8 → 1.4.10
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ executor resume --execution-id exec_123
|
|
|
103
103
|
|
|
104
104
|
```bash
|
|
105
105
|
executor web # start runtime + web UI
|
|
106
|
-
executor daemon run #
|
|
106
|
+
executor daemon run # start persistent local daemon in background
|
|
107
107
|
executor daemon status # show daemon status
|
|
108
108
|
executor daemon stop # stop daemon
|
|
109
109
|
executor daemon restart # restart daemon
|