executor 1.4.2 → 1.4.3-beta.1
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,7 +100,6 @@ executor call --file script.ts # execute a file
|
|
|
100
100
|
executor call '<code>' # execute inline code
|
|
101
101
|
executor call --stdin # execute from stdin
|
|
102
102
|
executor resume --execution-id <id> # resume paused execution
|
|
103
|
-
executor up / down / status # daemon lifecycle
|
|
104
103
|
```
|
|
105
104
|
|
|
106
105
|
## Developing locally
|