Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Url string
ApiKey string
Space string
Destination string
Console bool
ProjectId string
ProjectName string
LookupProjectDependencies bool
IgnoreCacManagedValues bool
BackendBlock string
DetachProjectTemplates bool
DefaultSecretVariableValues bool
ProviderVersion string
ExcludeAllRunbooks bool
ExcludeRunbooks ExcludeRunbooks
ExcludeRunbooksRegex ExcludeRunbooks
ExcludeProvider bool
IncludeOctopusOutputVars bool
ExcludeLibraryVariableSets ExcludeLibraryVariableSets
ExcludeLibraryVariableSetsRegex ExcludeLibraryVariableSets
IgnoreProjectChanges bool
IgnoreProjectVariableChanges bool
IgnoreProjectGroupChanges bool
IgnoreProjectNameChanges bool
ExcludeProjectVariables ExcludeVariables
ExcludeProjectVariablesRegex ExcludeVariables
ExcludeVariableEnvironmentScopes ExcludeVariableEnvironmentScopes
LookUpDefaultWorkerPools bool
ExcludeTenants ExcludeTenants
ExcludeAllTenants bool
}
type ExcludeLibraryVariableSets ¶
type ExcludeLibraryVariableSets []string
func (*ExcludeLibraryVariableSets) Set ¶
func (i *ExcludeLibraryVariableSets) Set(value string) error
func (*ExcludeLibraryVariableSets) String ¶
func (i *ExcludeLibraryVariableSets) String() string
type ExcludeRunbooks ¶
type ExcludeRunbooks []string
func (*ExcludeRunbooks) Set ¶
func (i *ExcludeRunbooks) Set(value string) error
func (*ExcludeRunbooks) String ¶
func (i *ExcludeRunbooks) String() string
type ExcludeTenants ¶ added in v0.1.472
type ExcludeTenants []string
func (*ExcludeTenants) Set ¶ added in v0.1.472
func (i *ExcludeTenants) Set(value string) error
func (*ExcludeTenants) String ¶ added in v0.1.472
func (i *ExcludeTenants) String() string
type ExcludeVariableEnvironmentScopes ¶
type ExcludeVariableEnvironmentScopes []string
func (*ExcludeVariableEnvironmentScopes) Set ¶
func (i *ExcludeVariableEnvironmentScopes) Set(value string) error
func (*ExcludeVariableEnvironmentScopes) String ¶
func (i *ExcludeVariableEnvironmentScopes) String() string
type ExcludeVariables ¶
type ExcludeVariables []string
func (*ExcludeVariables) Set ¶
func (i *ExcludeVariables) Set(value string) error
func (*ExcludeVariables) String ¶
func (i *ExcludeVariables) String() string
Click to show internal directories.
Click to hide internal directories.