-c |
true |
The component name in IBM UrbanCode Deploy. The component name can contain only letters, numbers, and spaces. |
-v |
false |
The name of the version to create. If a version is not specified, a version
name is generated from the current time stamp. The version name can contain only letters, numbers,
and spaces. |
-s |
true |
The location of the ship list file. |
-verb |
false |
To display a trace log, set this parameter to true. If verbose is specified
with no value, it is assumed true. This value should always be set to false in all environments,
unless additional logging is needed for a specific need. Setting this to true, can cause out of
memory errors, if the log generated is immense. |
-o |
false |
The full path name of the file where the output of the version creation is
written. |
-t |
false |
The type of the version to create. Set to full to create a full version.
Default is incremental. |
-ar |
false |
The full path of the external artifact repository property file. Use this
parameter if the artifacts have to be stored in an external artifactory other than Codestation. |
-to |
false |
Provides the UCD token used to authenticate the UCD server. This token can be
created by UCD user who has access to create versions in the corresponding component. If the token
is not provided, buztool takes the token from the
<agent_home>/conf/installed.properties>
server.token value to authenticate. |
-prop |
false |
The full path of the buztool properties file. The buztool property file
contains deployType to copyType mappings. Use this parameter to
pass details of external repository . See The buztool properties file, for more information. |