MindSphere CLI: mdsp asset-lock Command

Syntax:

mdsp asset-lock

Help:

mdsp asset-lock --help

Alternative form:

mc asset-lock

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

Description

lock/unlock asset model modifications *

Usage

Parameter list:

Usage: mc asset-lock|lck [options]

lock/unlock asset model modifications *

Options:
  -m, --mode [info|lock|unlock]  mode [info | lock | unlock] (default: "info")
  -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 asset-lock command:


  Examples:

    mdsp asset-lock --mode info 				 print out the asset model lock state
    mdsp asset-lock --mode lock 				 lock the asset model and disable modifications
    mdsp asset-lock --mode unlock 			 unlock the asset model and enable modifications

See MindSphere API documentation for more information about MindSphere APIs.

The content of the community tools and libraries documentation pages is licensed under the MIT License.
Siemens API Notice applies.
Back to top