MCPcopy Create free account
hub / github.com/koding/kite / NewInstall

Function NewInstall

kitectl/command/install.go:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func NewInstall() cli.CommandFactory {
26 return func() (cli.Command, error) {
27 return &Install{Ui: DefaultUi}, nil
28 }
29}
30
31func (c *Install) Synopsis() string {
32 return "Installs a kite from a repository"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected