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

Method Help

kitectl/command/register.go:33–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (c *Register) Help() string {
34 helpText := `
35Usage: kitectl register [options]
36
37 Registers your host to a kite authority.
38 If no server is specified, "https://discovery.koding.io/kite" is the default.
39
40Options:
41
42 -to=https://discovery.koding.io/kite Kontrol URL
43 -username=koding Username
44`
45 return strings.TrimSpace(helpText)
46}
47
48func (c *Register) Run(args []string) int {
49 var kontrolURL, username string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected