Documentation
¶
Index ¶
- func NewCicdCmd(rootCmd *root_cmd.RootCmd) *cobra.Command
- func NewGenerateCmd(rootCmd *root_cmd.RootCmd) *cobra.Command
- func NewPreviewCmd(rootCmd *root_cmd.RootCmd) *cobra.Command
- func NewSyncCmd(rootCmd *root_cmd.RootCmd) *cobra.Command
- func NewValidateCmd(rootCmd *root_cmd.RootCmd) *cobra.Command
- func RegisterCICDCommonFlags(cmd *cobra.Command, params *CICDCommonParams, configFileDefault string)
- type CICDCommonParams
- type PreviewParams
- type SyncParams
- type ValidateParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCicdCmd ¶
NewCicdCmd creates the cicd command
func NewGenerateCmd ¶
NewGenerateCmd creates the generate subcommand
func RegisterCICDCommonFlags ¶
func RegisterCICDCommonFlags(cmd *cobra.Command, params *CICDCommonParams, configFileDefault string)
RegisterCICDCommonFlags registers the common flags used across all CI/CD commands
Types ¶
type CICDCommonParams ¶
CICDCommonParams contains the common parameters used across all CI/CD commands
type PreviewParams ¶
type SyncParams ¶
type ValidateParams ¶
type ValidateParams struct {
CICDCommonParams
WorkflowsDir string
ShowDiff bool
Verbose bool
}
Click to show internal directories.
Click to hide internal directories.