Documentation
¶
Overview ¶
cmd/nelm/install.go
cmd/nelm/nelm.go
cmd/nelm/rollback.go
cmd/nelm/status.go
cmd/nelm/uninstall.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NelmCmd = &cobra.Command{ Use: "nelm", Short: "Executa comandos 'nelm' de forma inteligente", Long: `Um conjunto de comandos para orquestrar a ferramenta 'nelm', simplificando a gestão de releases em ambientes de CI/CD.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
NelmCmd representa o comando pai "nelm".
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.