# Functions
AddCommandWithFlags adds to the root command with standard flags.
Errorf is a FormatFn that prints the formatted string to os.Stderr.
FormatFnWriter bridges io.Writer to FormatFn.
NoPrintf is a FormatFn that does nothing.
Printf is a FormatFn that prints the formatted string to os.Stdout.
# Constants
DefaultManagementBase is the base URL for GCE Experience management operations.
GCPExperienceBase is the default management API URL for GCP Experience.
LegacySaaSManagementBase is the default base for legacy SaaS management operations.
RuntimeBaseFormat is a format for base of the organization runtime URL (legacy SaaS and OPDK).
# Variables
BuildInfo is populated by main init().
# Structs
BuildInfoType holds version information.
OverrideEnv is subconfig of overrideConfig.
RootArgs is the base struct to hold all command arguments.
# Type aliases
FormatFn formats the supplied arguments according to the format string provided and executes some set of operations with the result.