`multipass version` command

Errors or typos? Topics missing? Hard to read? Let us know or open an issue on GitHub.

The multipass version command without an argument will display the client and daemon versions of Multipass.

$ multipass version
multipass  1.0.0
multipassd 1.0.0

If there is an update to Multipass available, it will be printed out in addition to aforementioned output (example and not actual output):

$ multipass version
multipass  1.0.0
multipassd 1.0.0

########################################################################################
Multipass 1.0.1 release
Bugfix release to address a crash

Go here for more information: https://github.com/canonical/multipass/releases/tag/v1.0.1
########################################################################################

Using the --help option prints out the usage information for the version command:

$ multipass help version
Usage: multipass version [options]
Display version information about the multipass command
and daemon.

Options:
  -h, --help         Displays help on commandline options
  -v, --verbose      Increase logging verbosity. Repeat the 'v' in the short
                     option for more detail. Maximum verbosity is obtained with
                     4 (or more) v's, i.e. -vvvv.
  --format <format>  Output version information in the requested format.
                     Valid formats are: table (default), json, csv and yaml

Last updated a month ago. Help improve this document in the forum.