Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PinFlags ¶
type PinFlags interface { // AddFlags add version pinning flags such as --versions-file, --terra-helmfile-ref, and so forth to a Cobra command AddFlags(*cobra.Command) // GetPinOptions can be called during a Run function to get a bee.PinOptions populated with settings from version pinning CLI flags GetPinOptions(rc cli.RunContext) (bee.PinOptions, error) }
PinFlags adds version pinning CLI flags to a cobra command and supports converting those flags to a bee.PinOptions struct
Click to show internal directories.
Click to hide internal directories.