The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Industrial IoT Open Source Tools and Libraries

Demo applications, libraries and SDKs as well as useful connectivity tools which are maintained and released as open source software.

mdsp visual-flow-creator Command¶

Syntax:

mdsp visual-flow-creator

Help:

mdsp visual-flow-creator --help

Alternative form:

mc visual-flow-creator

(The CLI was using mc as default command name in older versions)

Description¶

manage vfc projects and nodes *

Usage¶

Parameter list:

Usage: mdsp visual-flow-creator|vfc [options]

manage vfc projects and nodes *

Options:
 -m, --mode [list|create|update|delete|template|get-nodes|put-nodes|info] list | create | update | delete | template | get-nodes | put-nodes |
 info (default: "list")
 -u, --user user email
 -f, --file .mdsp.json file with vfc project definition (default:
 "vfc.project.mdsp.json")
 -n, --nodes .mdsp.json file with vfc project nodes (default:
 "vfc.nodes.mdsp.json")
 -p, --project the project name (default: "vfc-project-1667699476187")
 -i, --id the vfc project id
 -o, --overwrite overwrite template file if it already exists
 -k, --passkey passkey
 -y, --retry retry attempts before giving up (default: "3")
 -v, --verbose verbose output
 -h, --help display help for command

Examples¶

Here are some examples of how to use the mdsp visual-flow-creator command:

 Examples:

 mdsp vfc --user --mode list list all vfc projects
 mdsp vfc --user --mode template --project create a template file for vfc project 
 mdsp vfc --user --mode create --file create vfc project 
 mdsp vfc --user --mode update --file --id update project 
 mdsp vfc --user --mode info --id vfc project info for specified id
 mdsp vfc --user --mode delete --handle delete vfc project with specified id

See Insights Hub API documentation for more information about Insights Hub APIs.