cmd

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2025 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dependency added in v1.8.0

func Dependency(ctx context.Context, path string, name string, version string, allVersions bool, outputValuesFile bool,
	outputPath string) error

func Download added in v1.7.0

func Download(ctx context.Context, repoURL string, name string, version string, allVersions bool,
	outputValuesFile bool, outputPath string) error

func ValuesDiff added in v1.11.0

func ValuesDiff(ctx context.Context, path string, valueFiles []string, showDiff, showEquals bool, ignoreKeys []string) error

func ValuesRender added in v1.11.0

func ValuesRender(ctx context.Context, path string, valueFiles []string, excludeRootValues bool) error

Types

type Cmd

type Cmd struct {
	// contains filtered or unexported fields
}

func New

func New(cfg config.Config, options ...Option) (*Cmd, error)

func NewFromFile

func NewFromFile(configFile string, options ...Option) (*Cmd, error)

func (*Cmd) Close

func (c *Cmd) Close()

func (*Cmd) Fetch

func (c *Cmd) Fetch(ctx context.Context, path string, version string) error

func (*Cmd) FetchAll

func (c *Cmd) FetchAll(ctx context.Context) error

func (*Cmd) Info added in v1.2.0

func (c *Cmd) Info(ctx context.Context, path string, allVersions bool) error

func (*Cmd) InfoAll added in v1.2.0

func (c *Cmd) InfoAll(ctx context.Context) error

func (*Cmd) Upgrade

func (c *Cmd) Upgrade(ctx context.Context, path string, version string, ignoreCurrent bool, applyPatch bool,
	latestChartOutputPath string, currentChartOutputPath string) error

type Option

type Option func(*Cmd)

func WithOutputRoot

func WithOutputRoot(outputRoot string) Option

Jump to

Keyboard shortcuts

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