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

Function init

cmd/monitoring/addDatadog.go:112–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func init() {
113 cmdd.RootCmd.AddCommand(addDatadogCmd)
114
115 addDatadogCmd.PersistentFlags().StringVarP(&apiKey, "apikey", "a", "", "Enter your Datadog API key")
116 addDatadogCmd.PersistentFlags().StringVarP(&clusterName, "clustername", "n", "", "Enter the name of the cluster to be associated with Datadog")
117
118}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected