-
Notifications
You must be signed in to change notification settings - Fork 2
CommandArguments
The CDP4-COMET-BatchEditor Community Edition is Command Line tool. It can run from CommandLine using arguments. The following arguments are mandatory:
-
-s, --server(Default: https://cdp4services-test.cdp4.org) Uri of CDP server to connect to -
-m, --modelShort name of the engineering model to process. Asterisk means: process all engineering models. -
-u, --user(Default: admin) Username to connect with -
-p, --password(Default: pass) Password associated to the username to connect with
It is also possible to run the COMET-BatchEditor without any arguments to list the available commands
-
--dry(Default: false) Perform a dry run, i.e. do not commit any changes to persistent data store. -
--actionsee action -
--parametersComma-separated list of short names of parameters. Use in conjunction with --action=AddParameters | RemoveParameters | AddRequirementParameters | RemoveRequirementParameters | ChangeDomain | Subscribe| Override | ApplyStateDependence | RemoveStateDependence | ApplyOptionDependence | RemoveOptionDependence. -
--categoriesComma-separated list of short names of categories. Use in conjunction with --action. The specified action will only be applied to Element Definitions that are a member of at least one of the given categories. -
--element-definitionShort name of an Element Definition that sets the top node of a decomposition subtree. Use in conjunction with --action. The specified action will only be applied to the given Element Definition and its subtree of contained Element Definitions. -
--requirements-specificationShort name of a Requirements Specification that sets the Requirements Specification. Use in conjunction with --action=AddRequirementParameters | RemoveRequirementParameters. The specified action will only be applied to the given RequirementsSepcification's subtree of contained Requirements. -
--included-ownersComma-separated list of short names of domains of expertise. Use in conjunction with --action. The specified action will only be applied to Element Definitions owned by one of the given domains. If not specified all domains will be included. -
--excluded-ownersComma-separated list of short names of domains of expertise. Use in conjunction with action. The specified action will only be applied to Element Definitions not owned by one of the given domains. The--included-ownerswill be processed before the--excluded-owners. -
--domainShort name of a domain-of-expertise owner or subscriber. Use in conjunction with--action=AddParameters|ChangeParameterOwnership|SetSubscriptionSwitch|Subscribe. -
--to-domainShort name of a domain-of-expertise to change to. Use in conjunction with `--change-domain. -
--stateShort name of an actual finite state list on which to make parameters state dependent. Use in conjunction with --action=ApplyStateDependence | RemoveStateDependence and --parameters. -
--parameter-switchSet switch on all subscriptions on parameters or parameter overrides owned by --domain. Possible value is: COMPUTED | MANUAL | REFERENCE. -
--report(Default: false) Report the element definitions, parameters and parameter subscriptions in a CSV file. -
--parameter-groupName of a parameter group into which new parameters will be added. If it does not exist, the parameter group will be created. Use in conjunction with--action=AddParameters. -
--scaleShort name of a measurement scale to be assigned to selected parameters. The assignment will only be performed if the scale is one of the possible scales of the parameter. Use in conjunction with--action=SetScaleand--parameters. -
-i, --iterationThe iteration short name to work on -
--helpDisplay this help screen. -
--versionDisplay version information.
copyright @ Starion Group S.A.