mstate-cli 0.4.1 → 0.4.3
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/dist/index.js +49 -49
- package/package.json +1 -1
- package/src/common/helpers.ts +25 -0
- package/src/handlers/action.handler.ts +2 -2
- package/src/handlers/workflow.handler.ts +5 -2
package/Readme.md
CHANGED
@@ -15,7 +15,7 @@ To know more about it, Please check [https://docs.mstate.ai](https://docs.mstate
|
|
15
15
|
Cloning your first workflow is as easy as:
|
16
16
|
|
17
17
|
```cmd
|
18
|
-
mstate clone
|
18
|
+
mstate clone -w demo/sign_up_form
|
19
19
|
```
|
20
20
|
|
21
21
|
All Node.js versions are supported starting Node.js 12.X.
|