()
| 110 | } |
| 111 | |
| 112 | func 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected