Android-cuttlefish cvd tool
Classes | Functions | Variables
cuttlefish::anonymous_namespace{load_configs.cpp} Namespace Reference

Classes

class  LoadConfigsCommand
 

Functions

Result< CvdFlagsGetCvdFlags (const CommandRequest &request)
 

Variables

constexpr char kSummaryHelpText []
 
constexpr char kDetailedHelpText []
 

Function Documentation

◆ GetCvdFlags()

Result< CvdFlags > cuttlefish::anonymous_namespace{load_configs.cpp}::GetCvdFlags ( const CommandRequest request)

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{load_configs.cpp}::kDetailedHelpText[]
constexpr
Initial value:
= R"(
Warning: This command is deprecated, use cvd create --config_file instead.
Usage:
cvd load <config_filepath> [--override=<key>:<value>]
Reads the fields in the JSON configuration file and translates them to corresponding start command and flags.
Optionally fetches remote artifacts prior to launching the cuttlefish environment.
The --override flag can be used to give new values for properties in the config file without needing to edit the file directly. Convenient for one-off invocations.
)"

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{load_configs.cpp}::kSummaryHelpText[]
constexpr
Initial value:
=
R"(Loads the given JSON configuration file and launches devices based on the options provided)"