Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdVm = &subcommands.Command{ UsageLine: fmt.Sprintf("%s <subcommand>", vmCmdName), ShortDesc: "Creates and manages VMs leased by the current user.", LongDesc: fmt.Sprintf(`Creates and manages VMs leased by the current user. Run 'crosfleet %s' to see list of all subcommands.`, vmCmdName), CommandRun: func() subcommands.CommandRun { c := &vmCmdRun{} return c }, }
CmdVm is the parent command for all `crosfleet vm <subcommand>` commands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.