cmd_cicd

package
v0.0.0-...-a1f8bd1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCicdCmd

func NewCicdCmd(rootCmd *root_cmd.RootCmd) *cobra.Command

NewCicdCmd creates the cicd command

func NewGenerateCmd

func NewGenerateCmd(rootCmd *root_cmd.RootCmd) *cobra.Command

NewGenerateCmd creates the generate subcommand

func NewPreviewCmd

func NewPreviewCmd(rootCmd *root_cmd.RootCmd) *cobra.Command

func NewSyncCmd

func NewSyncCmd(rootCmd *root_cmd.RootCmd) *cobra.Command

func NewValidateCmd

func NewValidateCmd(rootCmd *root_cmd.RootCmd) *cobra.Command

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

type CICDCommonParams struct {
	StackName  string
	ConfigFile string
	Parent     bool
	Staging    bool
}

CICDCommonParams contains the common parameters used across all CI/CD commands

type PreviewParams

type PreviewParams struct {
	CICDCommonParams
	Output      string
	ShowContent bool
	ShowDiff    bool
	Format      string
	Verbose     bool
}

type SyncParams

type SyncParams struct {
	CICDCommonParams
	WorkflowsDir   string
	DryRun         bool
	Force          bool
	BackupExisting bool
	Verbose        bool
}

type ValidateParams

type ValidateParams struct {
	CICDCommonParams
	WorkflowsDir string
	ShowDiff     bool
	Verbose      bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL