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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.