1.1.0 • Published 10 years ago
flow-util v1.1.0
Flow Util
Interact with your Octoblu Flow
Install
npm install -g flow-utilUsage
cat meshblu.json
{
"uuid": "aa28070e-576a-4a16-bf96-ab920520c424",
"token": "c8083253780c46ad9faec2687fdb47fe"
}Pause
Halt message passing inside the flow
flow-util pause ./meshblu.jsonResume
Resume message passing inside the flow
flow-util resume ./meshblu.jsonSave
Save the current state of the flow
flow-util save ./meshblu.jsonPause and Save
Halt message passing inside the flow and save current state
flow-util savepause ./meshblu.json