vm

package
v0.0.0-...-9994f1b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2025 License: BSD-3-Clause Imports: 30 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL