multipass shell [name...]

Open a shell on a running instance

Arguments

NameDescription
nameName of the instance to open a shell on. If omitted, 'primary' (the configured primary instance name) will be assumed. If the instance is not running, an attempt is made to start it (see `start` for more info)

Options

NameDescription
--timeout <timeout>Maximum time, in seconds, to wait for the command to complete. Note that some background operations may continue beyond that. By default, instance startup and initialization is limited to 5 minutes each