Options (1)
-n, --namebooleanLaunch a new instance, set its name and use a cloud-init configuration file
Example:
multipass launch {{[-n|--name]}} {{instance_name}} --cloud-init {{configuration_file}}Examples (8)
Launch a new instance, set its name and use a cloud-init configuration file
multipass launch [-n|--name] instance_name --cloud-init configuration_fileList all the created instances and some of their properties
multipass listStart a specific instance by name
multipass start instance_nameOpen a shell prompt on a specific instance by name
multipass shell instance_nameDelete an instance by name
multipass delete instance_namemade by @shridhargupta | data from tldr-pages