parent
39d0371d15
commit
6be3c11119
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/helmfile/helmfile/pkg/config"
|
||||
)
|
||||
|
||||
// NewFetchCmd returns diff subcmd
|
||||
// NewFetchCmd returns fetch subcmd
|
||||
func NewFetchCmd(globalCfg *config.GlobalImpl) *cobra.Command {
|
||||
fetchOptions := config.NewFetchOptions()
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ func toCLIError(g *config.GlobalImpl, err error) error {
|
|||
}
|
||||
|
||||
// NewRootCmd creates the root command for the CLI.
|
||||
func NewRootCmd(globalConfig *config.GlobalOptions, args []string) (*cobra.Command, error) {
|
||||
func NewRootCmd(globalConfig *config.GlobalOptions) (*cobra.Command, error) {
|
||||
cmd := &cobra.Command{
|
||||
Use: "helmfile",
|
||||
Short: globalUsage,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/helmfile/helmfile/pkg/config"
|
||||
)
|
||||
|
||||
// NewWriteValuesCmd returns write subcmd
|
||||
// NewWriteValuesCmd returns write-values subcmd
|
||||
func NewWriteValuesCmd(globalCfg *config.GlobalImpl) *cobra.Command {
|
||||
writeValuesOptions := config.NewWriteValuesOptions()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue