- vorto config |
- With the vorto config command you do the basic CLI Tool setup. Additional flag parameters:
- username - vorto username credentials
- password - vorto password credentials
- proxy- network proxy
- repo - specify repository (Default: http://vorto.eclipse.org/repo)
|
- vorto config -username andreas -password test1234 -repo http://vorto.eclipse.org/repo |
-
-
- vorto help |
- To get more familiar with the CLI Tool commands, it's a good approach to call the vorto help command. vorto help lists you all other possible commands, including flag parameters and examples. |
- vorto help |
-
-
- vorto query |
- After everything is successfully setup, you are able to access the Repository. Via vorto query you can query all models of your Repository. The result of this command contains all models in the Repository. |
- vorto query "*" |
+ vorto config |
+ With the vorto config command you do the basic CLI Tool setup. Additional flag parameters:
+
+ username
+ Vorto Repository username credentials
+ password
+ Vorto Repository password credentials
+ proxy
+ network proxy
+ repo
+ Vorto repository URL (default: http://vorto.eclipse.org )
+
+ |
+
+ For (Windows/Mac/Linux),
+ vorto config -username vortouser -password password -repo http://vorto.eclipse.org
+ |
+
+
+ vorto help |
+ To get more familiar with the CLI Tool commands, it's a good approach to call the vorto help command.
vorto help lists you all other possible commands, including flag parameters and examples. |
+ For (Windows/Mac/Linux),
+ vorto help
+
|
+
+
+ vorto query |
+ After everything is successfully setup, you are able to access the Repository. Via vorto query you can query models of your Repository.
+ |
+
+ For (Windows/Mac/Linux),
+ Query all models of your Repository:
+ vorto query "*"
+ Query all models containing the string "functionblocks" :
+ vorto query "*functionblocks*" |
- vorto info |
- If you are now interested in a certain model and you want to get more information from this specific model, you can use vorto info to get it. The result of this command is a detailed view of the requested model. |
- vorto info examples.informationmodels.sensors.TI_SensorTag_CC2650:1.0.0 |
+ vorto info |
+ If you are now interested in a certain model and you want to get more information from this specific model, you can use vorto info to get it.
+ The result of this command is a detailed view of the requested model. |
+
+ For (Windows/Mac/Linux),
+ vorto info examples.informationmodels.TI_SensorTag:1.0.0 |
- vorto download |
- Furthermore you can start working with a certain model locally, when you download it via vorto download. To open and to work with it, you can use any text editor to modify this certain model and you can even upload it again. Via the flag -outputPath can you specify a download directory. Additional flag parameters:
- output - (Default: DSL)
- outputPath - path to store the download (Default: current directory)
- includeDependencies - whether to include dependencies or not (Default: false)
|
- vorto download examples.informationmodels.sensors.TI_SensorTag_CC2650:1.0.0 -outputPath D:\models |
-
-
- vorto generators |
- If you want to generate platform specific code, you can get a short overview of all active code generators via vorto generators. |
- vorto generators |
-
-
- vorto generate |
- Afterwards you can generate vorto generate your platform specific code (specified by -generatorKey) in a very convenient way. Additional flag parameters:
|
- vorto generators |
-
-
- vorto share |
- Additionally to all this access functionality, you are also able to share your models. Therefore you either have to deposit your credentials in the .vortocli.yaml file or you have to pass them as additional parameters.
- Additional flag parameters:
- username - vorto username credentials (Default: value in .vortocli.yaml)
- password - vorto password credentials (Default: value in .vortocli.yaml)
|
- vorto share D:\Models\ TI_SensorTag_CC2650\src\models\ TI_SensorTag_CC2650.infomodel vorto share D:\Models\ TI_SensorTag_CC2650\src\models\ TI_SensorTag_CC2650.infomodel -username andreas -password test1234 |
-
+ vorto download |
+ Furthermore you can start working with a certain model locally, when you download it via vorto download .
+ To open and to work with it, you can use any text editor to modify this certain model and you can even upload it again.
+ Via the flag -outputPath you can specify a download directory.
+ Additional flag parameters:
+
+ output
+ output format (default: DSL )
+ outputPath
+ path to store the download (default: current directory)
+ includeDependencies
+ whether to include dependencies or not (default: false )
+
+ |
+
+ For Windows,
+ vorto download examples.informationmodels.TI_SensorTag:1.0.0 -outputPath D:\models
+ For Mac/Linux,
+ vorto download examples.informationmodels.TI_SensorTag:1.0.0 -outputPath /Users/{$username}/Documents/models/
+ |
+
+
+ vorto generators |
+ If you want to generate platform specific code, you can get a short overview of all active code generators via vorto generators .
+ |
+
+ For (Windows/Mac/Linux),
+ vorto generators
+ |
+
+
+ vorto generate |
+ Afterwards you can generate vorto generate your platform specific code (specified by -generatorKey ) in a very convenient way.
+ Additional flag parameters:
+
+ generatorKey
+ outputPath
+
+ |
+
+ For Windows,
+ vorto generate examples.informationmodels.TI_SensorTag:1.0.0 -generatorKey mqtt -outputPath D:\models
+ For Mac/Linux,
+ vorto generate examples.informationmodels.TI_SensorTag:1.0.0 -generatorKey mqtt -outputPath /Users/{$username}/Documents/models
+ |
+
+
+ vorto share
|
+ Additionally to all this access functionality, you are also able to share your models.
+ Therefore you either have to deposit your credentials in the .vortocli.yaml file or you have to pass them as additional parameters.
+ Additional flag parameters:
+
+ username
+ Vorto Repository username credentials (default: value in .vortocli.yaml )
+ password
+ Vorto Repository password credentials (default: value in .vortocli.yaml )
+
+ |
+
+ For Windows,
+ vorto share D:\Models\TI_SensorTag_CC2650\src\models\TI_SensorTag.infomodel
+ vorto share D:\Models\TI_SensorTag_CC2650\src\models\TI_SensorTag.infomodel -username vortouser -password password
+ For Mac/Linux,
+ vorto share /Users/{$username}/Documents/models/TI_SensorTag.infomodel
+ vorto share /Users/{$username}/Documents/models/TI_SensorTag.infomodel -username vortouser -password password
+ |
+
\ No newline at end of file
diff --git a/website/img/documentation/cli_evnmt_variable.jpg b/website/img/documentation/cli_evnmt_variable.jpg
index 2b35082b9c..4e92ac944e 100644
Binary files a/website/img/documentation/cli_evnmt_variable.jpg and b/website/img/documentation/cli_evnmt_variable.jpg differ
diff --git a/website/img/documentation/yamlfile.jpg b/website/img/documentation/yamlfile.jpg
index 0a3a13a2cd..3160c9d0f3 100644
Binary files a/website/img/documentation/yamlfile.jpg and b/website/img/documentation/yamlfile.jpg differ