Removing files from an OVF with cot remove-file¶
Synopsis¶
cot remove-file --help
cot <opts> remove-file [-f FILE_PATH] [-i FILE_ID] PACKAGE
[-o OUTPUT]
Description¶
Remove a file from the given OVF. Will prompt for confirmation unless --force is set.
Options¶
- PACKAGE
- 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 | |
File selection options¶
| -f FILE_PATH, --file-path FILE_PATH | |
| File name or path within the package | |
| -i FILE_ID, --file-id FILE_ID | |
| File ID string within the package | |