Key
local.<instance-name>.<snapshot-name>.comment
Where <instance-name>
is the name of a Multipass instance and <snapshot-name>
is the current name of one of its snapshots.
Description
An optional free piece of text that is associated with the snapshot. This can be used to describe the snapshot, recognize its role, or any other purpose.
Possible values
Any string that your terminal can encode.
Examples
multipass set local.relative-lion.snaphot2.comment="Got it! 😏"
Default value
The comment that was assigned to the snapshot when it was taken.
Errors or typos? Topics missing? Hard to read? Let us know or open an issue on GitHub.