Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

`multipass version` command

The multipass version command without an argument will display the client and daemon versions of Multipass; for example:

multipass  1.0.0
multipassd 1.0.0

If there is an update to Multipass available, it will be printed out in addition to the standard output; for example:

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
########################################################################################

The full multipass help version output explains the available options:

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

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

Last updated 2 months ago. Help improve this document in the forum.