@@ -90,7 +90,6 @@ func configureFlags(cmd *cobra.Command) error {
9090}
9191
9292func addSubcommands (cmd * cobra.Command , p * print.Printer ) {
93- cmd .AddCommand (argus .NewCmd (p ))
9493 cmd .AddCommand (argus .NewCmd (p ))
9594 cmd .AddCommand (auth .NewCmd (p ))
9695 cmd .AddCommand (config .NewCmd (p ))
@@ -103,24 +102,12 @@ func addSubcommands(cmd *cobra.Command, p *print.Printer) {
103102 cmd .AddCommand (opensearch .NewCmd (p ))
104103 cmd .AddCommand (organization .NewCmd (p ))
105104 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 ))
113105 cmd .AddCommand (project .NewCmd (p ))
114106 cmd .AddCommand (rabbitmq .NewCmd (p ))
115107 cmd .AddCommand (redis .NewCmd (p ))
116108 cmd .AddCommand (secretsmanager .NewCmd (p ))
117109 cmd .AddCommand (serviceaccount .NewCmd (p ))
118110 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 ))
124111}
125112
126113// traverseCommands calls f for c and all of its children.
0 commit comments