mstate-cli 0.4.0 → 0.4.2
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 -12
- package/dist/index.js +18 -18
- package/package.json +1 -1
- package/src/handlers/help.handler.ts +12 -11
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.
|
@@ -37,14 +37,3 @@ You can install Node.js easily from [Link](https://nodejs.org/en/download/packag
|
|
37
37
|
```
|
38
38
|
|
39
39
|
### Managing workflow config is straightforward:
|
40
|
-
|
41
|
-
### Add new workflow
|
42
|
-
|
43
|
-
Just create a json file and add the path to `file` parameter.
|
44
|
-
|
45
|
-
```cmd
|
46
|
-
mstate add file="demo/signup_form/workflow.json" secret="secret-key" path="myFolder/mySubfolder"
|
47
|
-
```
|
48
|
-
|
49
|
-
For checking your workflow execution.
|
50
|
-
Just input your workflow name with path and secret key at [https://mstate.ai](https://mstate.ai).
|