Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct { AppFilePaths []string AppConfigurationFiles []*file.AppConfigurationFile }
type Promote ¶
type Promote struct { CliOptions PromoteCliOptions GitAuth auth.GitCredentials SrcEnvironment *environment.Environment DestEnvironment *environment.Environment Repository *remote.LodestarRepository AppConfigurationFile *file.AppConfigurationFile AppStateFile *remote.AppStateFile }
func NewPromote ¶
type PromoteCliOptions ¶
type Push ¶
type Push struct { CliOptions PushCliOptions KeysMap map[string]string GitAuth auth.GitCredentials Environment *environment.Environment Repository *remote.LodestarRepository AppConfigurationFile *file.AppConfigurationFile AppStateFile *remote.AppStateFile }
type PushCliOptions ¶
type Show ¶
type Show struct { CliOptions ShowCliOptions GitAuth auth.GitCredentials Repository *remote.LodestarRepository AppConfigurationFile *file.AppConfigurationFile AppStateFile *remote.AppStateFile }
Click to show internal directories.
Click to hide internal directories.