`multipass aliases` command
[since version 1.8.0]
The aliases
command shows the aliases defined for all the instances. Its basic usage consists in invoking the command with multipass aliases
.
$ multipass aliases
Alias Instance Command
lsrm rewarded-merlin ls
topfp flying-pig top
The command can be used in conjunction with --format
or -f
to specify the desired output format (csv
, json
, table or
yaml`).
multipass help aliases
explains the available options:
$ multipass help aliases
Usage: multipass aliases [options]
List available aliases
Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific 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 list in the requested format.
Valid formats are: table (default), json, csv and yaml
See also
Last updated 8 months ago.