()
| 39 | ) |
| 40 | |
| 41 | func describeInit() { |
| 42 | _describeCmd.Flags().SortFlags = false |
| 43 | _describeCmd.Flags().StringVarP(&_flagDescribeEnv, "env", "e", "", "environment to use") |
| 44 | _describeCmd.Flags().BoolVarP(&_flagDescribeWatch, "watch", "w", false, "re-run the command every 2 seconds") |
| 45 | } |
| 46 | |
| 47 | var _describeCmd = &cobra.Command{ |
| 48 | Use: "describe [API_NAME]", |