Documentation
¶
Index ¶
- type CLI
- func (c *CLI) Build(cCtx *cli.Context) error
- func (c CLI) BuildCMD() *cli.Command
- func (c CLI) CommandFlags(commands []FlagsType) []cli.Flag
- func (c *CLI) Delete(cCtx *cli.Context) error
- func (c *CLI) DeleteCMD() *cli.Command
- func (c *CLI) Deploy(cCtx *cli.Context) error
- func (c CLI) DeployCMD() *cli.Command
- func (c CLI) InitCMD() *cli.Command
- func (c CLI) InitConfigCMD(ctx *cli.Context) error
- func (c CLI) InitGithubCMD(cCtx *cli.Context) error
- func (c CLI) InitServiceAccountCMD(ctx *cli.Context) error
- func (c CLI) OnBranchCMD() *cli.Command
- func (c *CLI) OnMainCMD() *cli.Command
- func (c *CLI) Push(cCtx *cli.Context) error
- func (c *CLI) PushCMD() *cli.Command
- func (c CLI) Run(args []string) error
- func (c *CLI) TemplateCMD() *cli.Command
- type FlagsType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Resources embed.FS
CWD string
DockerService docker.DockerService
Logger *log.Logger
Writer io.Writer
// contains filtered or unexported fields
}
func (CLI) OnBranchCMD ¶
func (*CLI) TemplateCMD ¶
Click to show internal directories.
Click to hide internal directories.