MCPcopy Index your code
hub / github.com/coldbrewcloud/coldbrew-cli / Command

Struct Command

commands/deploy/command.go:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type Command struct {
19 kingpinApp *kingpin.Application
20 globalFlags *flags.GlobalFlags
21 _commandFlags *Flags // NOTE: this name intentionally starts with underscore because main configuration (conf) should be used throughout Run() after merging them
22 awsClient *aws.Client
23 dockerClient *docker.Client
24 conf *config.Config
25}
26
27func (c *Command) Init(ka *kingpin.Application, globalFlags *flags.GlobalFlags) *kingpin.CmdClause {
28 c.kingpinApp = ka

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected