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 oe-firm-deploy Command¶

Syntax:

mdsp oe-firm-deploy

Help:

mdsp oe-firm-deploy --help

Alternative form:

mc oe-firm-deploy

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

Description¶

list, create, update firmware deployment task(s) (open edge) *

Usage¶

Parameter list:

Usage: mdsp oe-firm-deploy|oefd [options]

list, create, update firmware deployment task(s) (open edge) *

Options:
 -m, --mode [list|create|update|info|check|accept|template] list | create | update | info | check | accept |template (default: "list")
 -i, --id the installation task id
 -d, --deviceid deviceid to filter
 -r, --realeaseid firmware realease id
 -t, --type filter for tasks of a specific type (firmware, app, etc)
 -s, --status [closed|open] filter based on task progress, one of “closed” or “open”
 -f, --file .mdsp.json file with app data
 -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 oe-firm-deploy command:

 Examples:

 mdsp oe-firm-deploy --mode list --deviceid "7d018c..." 
 list all firmware deployment taks on a specified device.
 mdsp oe-firm-deploy --mode template 
 create template files to define an firmware installation/update task.
 mdsp oe-firm-deploy --mode create --file edge.install.firmware.mdsp.json 
 creates a new firmware installtion tak.
 mdsp oe-firm-deploy --mode update --id "7d018c..." --file edge.firmware.status.mdsp.json 
 update a firmware installation task from status template file.
 mdsp oe-firm-deploy --mode info --id 
 get details of a firmware installation task.
 mdsp oe-firm-deploy --mode check --deviceid --realeaseid 
 check terms and condition of a firmware realease on a a specific device.
 mdsp oe-firm-deploy --mode accept --deviceid --realeaseid 
 accept terms and condition of a firmware realease on a a specific device.

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