Online help
it is possible to get the online help of the opcua-modeler command with the option
$ opcua-modeler --help
Various commands to create OPC-UA Models
Copyright (c) Sterfive 2019-2025 - do not use without permission
Synopsis
$ opcua-modeler <options> <command>
Command List
help Display help information about this application.
generate yaml to model
reverse product a mode.yml file from a existing NodeSet2.xml file
viewer dynamically display generated markdown model specififacation in the browser
doc open website to online tutorial and help.
version Print the version of this tools and licence information
licence access licence commands
update install the latest version
Command: generate - convert a nodeset yaml file into nodeset2.xml + documentation
-d, --debug output extra debugging
-w, --watch keep watching file change and rebuild
-i, --input string input filename
-s, --server run test server
-p, --port number port number for the test server
-g, --generate string prefix pattern for the generated file (default: "")
--markdownImage string output markdown file with plantuml diagrams (valid values: SVG|PLANTUML)
Command: reverse - convert a existing nodeset2.xml file into a model.yaml file
-d, --debug output extra debugging
-i, --input string[] input filename ( must be a xml file
-o, --output string output filename ( must be a yaml file
-s, --standard string list of required standard namespaces
-n, --ns string the namespace to convert to yaml (ie: "http://opcfoundation.org/UA/DI/"
Command: viewer - display generated markdon in a browser
-i, --input string specify the md or yaml file to monitor
-p, --port number the http port
-g, --prefix string the prefix of the generated md file