()
| 270 | } |
| 271 | |
| 272 | func 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected