parallels

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Overview

Package parallels contains commands used in the build_parallels_image recipe.

Index

Constants

This section is empty.

Variables

View Source
var Provision = &subcommands.Command{
	UsageLine: "build-parallels-image-provision -input_json /path/to/input.json",
	ShortDesc: "Provisions a DUT.",
	LongDesc:  `Provisions a DUT with the requested Chrome OS build and Parallels DLC. For use in build_parallels_image.`,
	CommandRun: func() subcommands.CommandRun {
		c := &provisionRun{}
		c.Flags.StringVar(&c.InputPath, "input_json", "", "Path that contains JSON encoded engprod.build_parallels_image.ProvisionRequest")
		return c
	},
}

Provision subcommand: Provision a DUT, including with Parallels DLC.

Functions

func Save

func Save(authOpts auth.Options) *subcommands.Command

Save subcommand: Saves DUT state.

Types

This section is empty.

Jump to

Keyboard shortcuts

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