MCPcopy Create free account
hub / github.com/AdminTurnedDevOps/CapabilityPE / init

Function init

cmd/appstack/appstack1.go:272–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270}
271
272func init() {
273 cmdd.RootCmd.AddCommand(addAppStack1Cmd)
274
275 addAppStack1Cmd.PersistentFlags().StringVarP(&apiKey, "apikey", "a", "", "Enter your Datadog API key")
276 addAppStack1Cmd.PersistentFlags().StringVarP(&clusterName, "clustername", "n", "", "Enter the name of the cluster to be associated with Datadog")
277}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected