Vms
Manage virtual machines
Usage: clan vms
Vms inspect
Usage: clan vms inspect
Positional arguments
- machine: (Default:
defaultVM
)
Options
- --debug: Enable debug logging
- --option:
<('name', 'value')>
Nix option to set - --flake:
<PATH>
path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variable
Vms run
Usage: clan vms run
Positional arguments
- machine: machine in the flake to run
- command: command to run in the vm
Options
- --publish, -p: Forward ports from host to guest
- --no-block: Do no block when running the command
- --debug: Enable debug logging
- --option:
<('name', 'value')>
Nix option to set - --flake:
<PATH>
path to the flake where the clan resides in, can be a remote flake or local, can be set through the [CLAN_DIR] environment variable