Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Dir string Requirements jxcore.Requirements SecretStorage string Webhook string Flags RequirementBools Cmd *cobra.Command Args []string // contains filtered or unexported fields }
Options the CLI options for this command
func NewCmdRequirementsEdit ¶
NewCmdRequirementsEdit creates the new command
func (*Options) FlagChanged ¶
FlagChanged returns true if the given flag was supplied on the command line
type RequirementBools ¶
type RequirementBools struct {
AutoUpgrade, EnvironmentGitPublic, GitOps, Kaniko, Terraform bool
VaultRecreateBucket, VaultDisableURLDiscover bool
}
RequirementBools for the boolean flags we only update if specified on the CLI
Click to show internal directories.
Click to hide internal directories.