Customizing OVF environment settings with cot edit-properties

Synopsis

cot edit-properties --help
cot <opts> edit-properties PACKAGE [-p KEY1=VALUE1 [KEY2=VALUE2 ...]]
                           [-c CONFIG_FILE]
                           [-t TRANSPORT [TRANSPORT2 ...]]
                           [-o OUTPUT]
cot <opts> edit-properties PACKAGE [-o OUTPUT]

Description

Configure environment properties of the given OVF or OVA. The user may specify key-value pairs as command-line arguments or may provide a config-file to read from. If no arguments (other than optionally –output) are specified, the program will run interactively.

Options

PACKAGE
OVF descriptor or OVA file to edit

General options

-h, --help Show this help message and exit
-o OUTPUT, --output OUTPUT
 Name/path of new OVF/OVA package to create instead of updating the existing OVF

Property setting options

-c CONFIG_FILE, --config-file CONFIG_FILE
 Read configuration CLI from this text file and generate generic properties for each line of CLI
-p <KEY1=VALUE1...>, --properties <KEY1=VALUE1...>
 Set the given property key-value pair(s). This argument may be repeated as needed to specify multiple properties to edit.
-t <TRANSPORT...>, --transports <TRANSPORT...>
 Set the transport method(s) for properties. Known values are ‘iso’, ‘vmware’, and ‘ibm’, or an arbitrary URI may be specified.