You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Run `limactl shell <INSTANCE> <COMMAND>` to launch `<COMMAND>` on Linux.
170
-
For the "default" instance, this command can be shortened as `lima <COMMAND>`.
171
-
The `lima` command also accepts the instance name as the environment variable `$LIMA_INSTANCE`.
186
+
#### `limactl shell`
187
+
`limactl shell <INSTANCE> <COMMAND>`: launch `<COMMAND>` on Linux.
188
+
189
+
For the "default" instance, this command can be shortened as `lima <COMMAND>`.
190
+
The `lima` command also accepts the instance name as the environment variable `$LIMA_INSTANCE`.
191
+
192
+
#### `limactl copy`
193
+
`limactl copy <SOURCE> ... <TARGET>`: copy files between instances, or between instances and the host
172
194
173
-
- Run `limactl copy <SOURCE> ... <TARGET>` to copy files between instances, or between instances and the host. Use `<INSTANCE>:<FILENAME>` to specify a source or target inside an instance.
195
+
Use `<INSTANCE>:<FILENAME>` to specify a source or target inside an instance.
174
196
175
-
- Run `limactl list [--json]` to show the instances.
197
+
#### `limactl list`
198
+
`limactl list [--json]`: show the instances
176
199
177
-
- Run `limactl stop [--force] <INSTANCE>` to stop the instance.
200
+
#### `limactl stop`
201
+
`limactl stop [--force] <INSTANCE>`: stop the instance
178
202
179
-
- Run `limactl delete [--force] <INSTANCE>` to delete the instance.
203
+
#### `limactl delete`
204
+
`limactl delete [--force] <INSTANCE>`: delete the instance
180
205
181
-
- Run `limactl edit <INSTANCE>` to edit the instance.
206
+
#### `limactl edit`
207
+
`limactl edit <INSTANCE>`: edit the instance
182
208
209
+
#### `limactl completion`
183
210
- To enable bash completion, add `source <(limactl completion bash)` to `~/.bash_profile`.
184
211
185
212
- To enable zsh completion, see `limactl completion zsh --help`
0 commit comments