Documentation
¶
Index ¶
- func Add(subcomponent core.Component) (err error)
- func Execute()
- func Generate(startPath string, environments []string, validate bool) (components []core.Component, err error)
- func Install(path string) (err error)
- func PrintVersion()
- func Set(environment string, subcomponent string, pathValuePairStrings []string, ...) (err error)
- func SplitPathValuePairs(pathValuePairStrings []string) (pathValuePairs []core.PathValuePair, err error)
- func ValidateGeneratedManifests(generationPath string) (err error)
- func WriteGeneratedManifests(generationPath string, components []core.Component) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func PrintVersion ¶
func PrintVersion()
func SplitPathValuePairs ¶
func SplitPathValuePairs(pathValuePairStrings []string) (pathValuePairs []core.PathValuePair, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.