()
| 287 | } |
| 288 | |
| 289 | func init() { |
| 290 | cmdd.RootCmd.AddCommand(addAppStack2Cmd) |
| 291 | |
| 292 | // addAppStack1Cmd.PersistentFlags().StringVarP(&apiKey, "apikey", "a", "", "Enter your Datadog API key") |
| 293 | // addAppStack1Cmd.PersistentFlags().StringVarP(&clusterName, "clustername", "n", "", "Enter the name of the cluster to be associated with Datadog") |
| 294 | } |
nothing calls this directly
no outgoing calls
no test coverage detected