@@ -90,7 +90,6 @@ func configureFlags(cmd *cobra.Command) error {
90
90
}
91
91
92
92
func addSubcommands (cmd * cobra.Command , p * print.Printer ) {
93
- cmd .AddCommand (argus .NewCmd (p ))
94
93
cmd .AddCommand (argus .NewCmd (p ))
95
94
cmd .AddCommand (auth .NewCmd (p ))
96
95
cmd .AddCommand (config .NewCmd (p ))
@@ -103,24 +102,12 @@ func addSubcommands(cmd *cobra.Command, p *print.Printer) {
103
102
cmd .AddCommand (opensearch .NewCmd (p ))
104
103
cmd .AddCommand (organization .NewCmd (p ))
105
104
cmd .AddCommand (postgresflex .NewCmd (p ))
106
- cmd .AddCommand (logme .NewCmd (p ))
107
- cmd .AddCommand (mariadb .NewCmd (p ))
108
- cmd .AddCommand (mongodbflex .NewCmd (p ))
109
- cmd .AddCommand (objectstorage .NewCmd (p ))
110
- cmd .AddCommand (opensearch .NewCmd (p ))
111
- cmd .AddCommand (organization .NewCmd (p ))
112
- cmd .AddCommand (postgresflex .NewCmd (p ))
113
105
cmd .AddCommand (project .NewCmd (p ))
114
106
cmd .AddCommand (rabbitmq .NewCmd (p ))
115
107
cmd .AddCommand (redis .NewCmd (p ))
116
108
cmd .AddCommand (secretsmanager .NewCmd (p ))
117
109
cmd .AddCommand (serviceaccount .NewCmd (p ))
118
110
cmd .AddCommand (ske .NewCmd (p ))
119
- cmd .AddCommand (rabbitmq .NewCmd (p ))
120
- cmd .AddCommand (redis .NewCmd (p ))
121
- cmd .AddCommand (secretsmanager .NewCmd (p ))
122
- cmd .AddCommand (serviceaccount .NewCmd (p ))
123
- cmd .AddCommand (ske .NewCmd (p ))
124
111
}
125
112
126
113
// traverseCommands calls f for c and all of its children.
0 commit comments