mstate-cli
v0.1.8
Published
A CLI tool for maintaining mstate workflows config
Downloads
741
Maintainers
Readme
Mstate CLI
MSTATE is a powerful library that automates workflows managing state transactions and actions, ensuring seamless execution and enhanced process control.
MSTATE CLI is a manager for workflow configs and user management using your command shell.
To know more about it, Please check https://docs.mstate.ai.
Cloning your first workflow is as easy as:
mstate clone secret="zW5Knss75pBgRIvJgsh6" workflow="demo/signup_form"
All Node.js versions are supported starting Node.js 12.X.
Installing MSTATE CLI
With NPM:
npm i mstate-cli -g
You can install Node.js easily from Link.
To list all Command:
mstate -h
Managing workflow config is straightforward:
Add new workflow
Just create a json file and add the path to file
parameter.
mstate add file="demo/signup_form/workflow.json" secret="secret-key" path="myFolder/mySubfolder"
For checking your workflow execution. Just input your workflow name with path and secret key at https://mstate.ai.