Documentation
¶
Index ¶
- func ApplicationNameFlag(usage string) *cli.StringFlag
- func ConfigExists() (bool, string)
- func DisableErrorFlag(name string) *cli.BoolFlag
- func FormatsFlag(name string) *cli.StringSliceFlag
- func HelmValuesFileFlag() *cli.StringFlag
- func ProjectFileFlag() *cli.StringFlag
- func RegistryFlag(usage string) *cli.StringFlag
- func RuntimeCloudProviderFlag() *cli.StringFlag
- func SetConfig(config *Config, overrideDirectory string) error
- func SeverityFlag(name string) *cli.StringFlag
- func SystemNameFlag(usage string) *cli.StringFlag
- func WithCheckVersionAfterCommands(commands []*cli.Command, version string) []*cli.Command
- func WithConfig(commands [](func(_ *Config) *cli.Command), config *Config) []*cli.Command
- type Application
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationNameFlag ¶
func ApplicationNameFlag(usage string) *cli.StringFlag
func ConfigExists ¶ added in v0.27.0
func DisableErrorFlag ¶
func DisableErrorFlag(name string) *cli.BoolFlag
func FormatsFlag ¶
func FormatsFlag(name string) *cli.StringSliceFlag
func HelmValuesFileFlag ¶ added in v0.19.0
func HelmValuesFileFlag() *cli.StringFlag
func ProjectFileFlag ¶
func ProjectFileFlag() *cli.StringFlag
func RegistryFlag ¶ added in v0.19.0
func RegistryFlag(usage string) *cli.StringFlag
func RuntimeCloudProviderFlag ¶
func RuntimeCloudProviderFlag() *cli.StringFlag
func SeverityFlag ¶
func SeverityFlag(name string) *cli.StringFlag
func SystemNameFlag ¶
func SystemNameFlag(usage string) *cli.StringFlag
func WithCheckVersionAfterCommands ¶ added in v0.21.0
func WithCheckVersionAfterCommands(commands []*cli.Command, version string) []*cli.Command
func WithConfig ¶ added in v0.26.0
Types ¶
type Application ¶ added in v0.26.0
type Config ¶ added in v0.26.0
type Config struct { System string `yaml:"system"` Applications []Application `yaml:"applications"` }
func (*Config) GetConfigForApplication ¶ added in v0.26.0
func (config *Config) GetConfigForApplication(applicationName string) (*Application, error)
Click to show internal directories.
Click to hide internal directories.