VSS-CLI v2022.3.0 is available for download via PyPI or GitLab. Latest version includes the following improvements and bug fixes:
Table of Contents | ||||
---|---|---|---|---|
|
Improvements
compute vm get|set disk up:
option --notes
to set texts metadata to disk (#500
#502
)
Commands:
compute vm set <id> disk up <unit> --notes
compute vm get <id> disk
Description:
The --notes
option allows users to set per disk notes stored locally on the VSS API.
...
Code Block |
---|
vss-cli compute vm get <id> disk label unit controller.label capacity_gib notes ----------- ------ ------------------- -------------- ----------- Hard disk 2 2 SCSI controller 0:1 300 Data disk Hard disk 3 3 SCSI controller 0:2 80 Backup disk Hard disk 1 1 SCSI controller 0:0 20 OS disk |
core
: update click
to 8.0.4
. (#497
)
core
: update click-log
to 0.4.0
. (#498
)
core
: update dateparser
to 1.1.1
. (#488
)
core
: update pyvss
to 2022.3.0
. (#488
)
Upgrade
Remember, VSS-CLI documentation is now available in VSS-CLI and the full Change Log is available here. Upgrade or install VSS-CLI as follows:
...
For more information, please refer to the official documentation site.