Documentation
¶
Overview ¶
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
Index ¶
- Variables
- func Execute()
- func GetContext(filePath string) (io.Reader, error)
- func RunAddLocal(cmd *cobra.Command, args []string) error
- func RunAddRemote(cmd *cobra.Command, args []string) error
- func RunBuild(cmd *cobra.Command, args []string) error
- func RunCreate(cmd *cobra.Command, args []string) error
- func RunDeploy(cmd *cobra.Command, args []string) error
- func RunEnv(cmd *cobra.Command, args []string) error
- func RunFreeze(cmd *cobra.Command, args []string) error
- func RunPush(cmd *cobra.Command, args []string) error
- func RunSetReg(cmd *cobra.Command, args []string) error
- func RunStatus(cmd *cobra.Command, args []string) error
- func RunSync(cmd *cobra.Command, args []string) error
- type BaseProject
- type ChillCLIConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var Cwd string
View Source
var ForceLocal bool
View Source
var KubeNamespace string
View Source
var Kubeconfig string
View Source
var Major int
Functions ¶
Types ¶
type BaseProject ¶
type BaseProject struct {
Git string
}
type ChillCLIConfig ¶
type ChillCLIConfig struct {
ConfigVersion string
BaseProjects map[string]BaseProject
}
Click to show internal directories.
Click to hide internal directories.