Documentation
¶
Index ¶
Constants ¶
View Source
const ( MountConsistencyConsistent = "consistent" MountConsistencyCached = "cached" MountConsistencyDelegated = "delegated" UpdateRemoteUserUIDOn = "on" UpdateRemoteUserUIDOff = "off" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UpCmd ¶
type UpCmd struct {
provider2.CLIOptions
*flags.GlobalFlags
Machine string
ProviderOptions []string
ConfigureSSH bool
GPGAgentForwarding bool
OpenIDE bool
Reconfigure bool
SSHConfigPath string
SecretsFile string
FeatureSecretsFile string
DotfilesSource string
DotfilesScript string
DotfilesTargetPath string
DotfilesScriptEnv []string // Key=Value to pass to install script
DotfilesScriptEnvFile []string // Paths to files containing Key=Value pairs to pass to install script
}
UpCmd holds the up cmd flags.
Click to show internal directories.
Click to hide internal directories.