Updating product information with cot edit-product¶
Synopsis¶
cot edit-product --help
cot <opts> edit-product PACKAGE [-o OUTPUT] [-c PRODUCT_CLASS]
[-p PRODUCT] [-n VENDOR] [-v SHORT_VERSION]
[-V FULL_VERSION] [-u PRODUCT_URL ]
[-r VENDOR_URL] [-l APPLICATION_URL]
Description¶
Edit product information attributes of the given OVF or OVA
Options¶
- PACKAGE
- OVF descriptor or OVA file to edit
| -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 | |
| -c PRODUCT_CLASS, --product-class PRODUCT_CLASS | |
| Product class, such as "com.cisco.csr1000v" | |
| -p PRODUCT, --product PRODUCT | |
| Product name string, such as "Cisco IOS-XE" | |
| -n VENDOR, --vendor VENDOR | |
| Vendor string, such as "Cisco Systems, Inc." | |
| -v SHORT_VERSION, --version SHORT_VERSION | |
| Software short version string, such as "15.3(4)S" or "5.2.0.01I" | |
| -V FULL_VERSION, --full-version FULL_VERSION | |
| Software long version string, such as "Cisco IOS-XE Software, Version 15.3(4)S" | |
| -u PRODUCT_URL, --product-url PRODUCT_URL | |
| Product URL, such as "http://www.cisco.com/go/iosxrv" | |
| -r VENDOR_URL, --vendor-url VENDOR_URL | |
| Vendor URL, such as "http://www.cisco.com" | |
| -l APPLICATION_URL, --application-url APPLICATION_URL | |
| Application URL, such as "https://router1:530/" | |