Documentation ¶
Index ¶
- Constants
- func NewCompletionCmd(factory bbUtil.Factory) (*cobra.Command, error)
- func NewPoliciesCmd(factory bbUtil.Factory) (*cobra.Command, error)
- func NewPreflightCheckCmd(factory bbUtil.Factory) (*cobra.Command, error)
- func NewReleasesCmd(factory bbUtil.Factory) *cobra.Command
- func NewRootCmd(factory bbUtil.Factory) (*cobra.Command, error)
- func NewStatusCmd(factory bbUtil.Factory) *cobra.Command
- func NewUpdateCmd(factory bbUtil.Factory) *cobra.Command
- func NewValuesCmd(factory bbUtil.Factory) *cobra.Command
- func NewVersionCmd(factory bbUtil.Factory) (*cobra.Command, error)
- func NewViolationsCmd(factory bbUtil.Factory) (*cobra.Command, error)
Constants ¶
const BigBangChartName = "bigbang"
Variables ¶
This section is empty.
Functions ¶
func NewCompletionCmd ¶
NewCompletionCmd create a new Cobra completion command which generates a completion script
Returns a cobra.Command configured to return a completion script for a specified shell environment
func NewPoliciesCmd ¶
NewPoliciesCmd - Creates a new Cobra command which implements the `bbctl policy` functionality
func NewPreflightCheckCmd ¶
NewPreflightCheckCmd - Creates a new Cobra command which implements the `bbctl preflight-check` functionality
func NewReleasesCmd ¶
NewReleasesCmd creates a new command for listing new releases.
Returns a cobra.Command configured to list releases.
func NewRootCmd ¶
NewRootCmd - create a new Cobra root command
func NewStatusCmd ¶
NewStatusCmd - new status command
func NewUpdateCmd ¶
NewUpdateCmd returns a command for the `bbctl update` command
func NewValuesCmd ¶
NewValuesCmd returns a new values command
func NewVersionCmd ¶
NewVersionCmd - Creates a new Cobra command which implements the `bbctl version` functionality
Types ¶
This section is empty.