()
| 10 | ) |
| 11 | |
| 12 | func NewCreateCmd() *cobra.Command { |
| 13 | var cmd = &cobra.Command{ |
| 14 | Use: "create", |
| 15 | Short: "Create resources", |
| 16 | } |
| 17 | cmdx.RegisterHTTPClientFlags(cmd.PersistentFlags()) |
| 18 | cmdx.RegisterFormatFlags(cmd.PersistentFlags()) |
| 19 | return cmd |
| 20 | } |
no outgoing calls
no test coverage detected