Options
|
Description
|
Data Type
|
---|---|---|
--version
|
Displays the version number.
|
[boolean]
|
--help
|
Displays the help.
|
[boolean]
|
--parentDir,-d
|
The parent directory for the project.
|
[default: “.”]
|
--logLevel,-1
|
Sets the log level.
|
[default: “info”]
|
--artifactVersion,-v
|
Version of the artifact to create.
|
[default: “v1”]
|
|
The information can be in the form of a URL, a user name, password, or an App key, or any other information needed to connect to the system.
|
Properties | Enter the property in the JSON file |
---|---|
type | The top-level type should always be of type object. |
title | Used as the title of the authentication window on ThingWorx Flow home page. |
format | Layout used to display the form on ThingWorx Flow canvas. |
properties | Contains attributes that are acquired from the users for authenticating the target system. This can contain any number of children attributes. All children attributes need to have a title, type and description. The type can be of any type supported by the JSON schema. For example, we can see that an email, subscription_id, account_url and API token are required to connect to the system. |