Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Version bool
Url string
ApiKey string
Space string
Destination string
Console bool
ProjectId string
ProjectName string
LookupProjectDependencies bool
IgnoreCacManagedValues bool
BackendBlock string
DetachProjectTemplates bool
DefaultSecretVariableValues bool
DummySecretVariableValues 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
ExcludeTenantsWithTags ExcludeTenantsWithTags
ExcludeTenantsExcept ExcludeTenantsExcept
ExcludeAllTenants bool
ExcludeProjects ExcludeProjects
ExcludeProjectsRegex ExcludeProjectsRegex
ExcludeAllProjects bool
ExcludeAllTargets 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 ExcludeProjects ¶ added in v0.1.533
type ExcludeProjects []string
func (*ExcludeProjects) Set ¶ added in v0.1.533
func (i *ExcludeProjects) Set(value string) error
func (*ExcludeProjects) String ¶ added in v0.1.533
func (i *ExcludeProjects) String() string
type ExcludeProjectsRegex ¶ added in v0.1.638
type ExcludeProjectsRegex []string
func (*ExcludeProjectsRegex) Set ¶ added in v0.1.638
func (i *ExcludeProjectsRegex) Set(value string) error
func (*ExcludeProjectsRegex) String ¶ added in v0.1.638
func (i *ExcludeProjectsRegex) 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 ExcludeTenantsExcept ¶ added in v0.1.548
type ExcludeTenantsExcept []string
func (*ExcludeTenantsExcept) Set ¶ added in v0.1.548
func (i *ExcludeTenantsExcept) Set(value string) error
func (*ExcludeTenantsExcept) String ¶ added in v0.1.548
func (i *ExcludeTenantsExcept) String() string
type ExcludeTenantsWithTags ¶ added in v0.1.661
type ExcludeTenantsWithTags []string
func (*ExcludeTenantsWithTags) Set ¶ added in v0.1.661
func (i *ExcludeTenantsWithTags) Set(value string) error
func (*ExcludeTenantsWithTags) String ¶ added in v0.1.661
func (i *ExcludeTenantsWithTags) 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.