Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "destroy", Usage: "Delete a virtual machine", Action: destroyVmCmd, Flags: []cli.Flag{ &cli.BoolFlag{ Name: "force", Usage: "If the VM is not stopped, stop before attempting removal.", }, &cli.BoolFlag{ Name: "idempotent", Usage: "Don't return error if VM is already in requested state", Value: false, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.