comment
Set or clear a short comment on a VM
Set or clear a short comment on a VM
## Usage
```
comment <hostname> <text>
```
## Options
- `--json`: output in JSON format
## Examples
```
comment my-vm staging copy
comment my-vm "" # clear the comment
```