subroutine profile
The 2 commands under subroutine profile, each with its arguments and options.
subroutine profile [OPTIONS] COMMAND [ARGS]...
Keep separate installations on one machine.
subroutine profile list
subroutine profile list [OPTIONS]
Show every installation on this machine.
subroutine profile destroy
subroutine profile destroy [OPTIONS] {name}
Delete a separate installation and everything in it.
The default instance cannot be removed this way: it has no name to pass, which is the point. Disposable instances are meant to be thrown away, and the one holding real work should not be reachable by a command whose whole purpose is deletion.
Arguments
name(str, required): The instance to remove.
Options
--confirm(str): The name again, to show you mean this one.--yes(flag): Do not ask, even if protected.