multipass shell [name...]
Open a shell on a running instance
Arguments
Name | Description |
---|
name | Name 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
Name | Description |
---|
--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 |