You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.about("operations on definitions (everything except for messages: virtual hosts, queues, streams, exchanges, bindings, users, etc)")
263
-
.after_long_help(color_print::cformat!(
259
+
.subcommand_value_name("queues")
260
+
.subcommands(rebalance_subcommands()),
261
+
Command::new("definitions")
262
+
.about("operations on definitions (everything except for messages: virtual hosts, queues, streams, exchanges, bindings, users, etc)")
263
+
.after_long_help(color_print::cformat!(
264
264
"<bold>Doc guide</bold>: {}",
265
265
DEFINITION_GUIDE_URL
266
266
))
267
-
.subcommand_value_name("export")
268
-
.subcommands(definitions_subcommands()),
269
-
Command::new("export")
270
-
.about("see 'definitions export'")
271
-
.after_long_help(color_print::cformat!(
267
+
.subcommand_value_name("export")
268
+
.subcommands(definitions_subcommands()),
269
+
Command::new("export")
270
+
.about("see 'definitions export'")
271
+
.after_long_help(color_print::cformat!(
272
272
"<bold>Doc guide</bold>: {}",
273
273
DEFINITION_GUIDE_URL
274
274
))
275
-
.subcommand_value_name("definitions")
276
-
.subcommands(export_subcommands()),
277
-
Command::new("import")
278
-
.about("see 'definitions import'")
279
-
.after_long_help(color_print::cformat!(
275
+
.subcommand_value_name("definitions")
276
+
.subcommands(export_subcommands()),
277
+
Command::new("import")
278
+
.about("see 'definitions import'")
279
+
.after_long_help(color_print::cformat!(
280
280
"<bold>Doc guide</bold>: {}",
281
281
DEFINITION_GUIDE_URL
282
282
))
283
-
.subcommand_value_name("definitions")
284
-
.subcommands(import_subcommands()),
285
-
Command::new("feature_flags")
286
-
.about("operations on feature flags")
287
-
.after_long_help(color_print::cformat!(
283
+
.subcommand_value_name("definitions")
284
+
.subcommands(import_subcommands()),
285
+
Command::new("feature_flags")
286
+
.about("operations on feature flags")
287
+
.after_long_help(color_print::cformat!(
288
288
"<bold>Doc guide</bold>: {}",
289
289
FEATURE_FLAG_GUIDE_URL
290
290
))
291
-
.subcommand_value_name("feature flag")
292
-
.subcommands(feature_flags_subcommands()),
293
-
Command::new("deprecated_features")
294
-
.about("operations on deprecated features")
295
-
.after_long_help(color_print::cformat!(
291
+
.subcommand_value_name("feature flag")
292
+
.subcommands(feature_flags_subcommands()),
293
+
Command::new("deprecated_features")
294
+
.about("operations on deprecated features")
295
+
.after_long_help(color_print::cformat!(
296
296
"<bold>Doc guide</bold>: {}",
297
297
DEPRECATED_FEATURE_GUIDE_URL
298
298
))
299
-
.subcommand_value_name("deprecated feature")
300
-
.subcommands(deprecated_features_subcommands()),
301
-
Command::new("publish")
302
-
.about(color_print::cstr!("publishes (<red>inefficiently</red>) message(s) to a queue or a stream. <bold><red>Only suitable for development and test environments</red></bold>."))
.about(color_print::cstr!("fetches message(s) from a queue or stream via <bold><red>polling</red></bold>. <bold><red>Only suitable for development and test environments</red></bold>."))
.about("Operations on federation upstreams and links")
318
-
.after_long_help(color_print::cformat!(
299
+
.subcommand_value_name("deprecated feature")
300
+
.subcommands(deprecated_features_subcommands()),
301
+
Command::new("publish")
302
+
.about(color_print::cstr!("publishes (<red>inefficiently</red>) message(s) to a queue or a stream. <bold><red>Only suitable for development and test environments</red></bold>."))
.about(color_print::cstr!("fetches message(s) from a queue or stream via <bold><red>polling</red></bold>. <bold><red>Only suitable for development and test environments</red></bold>."))
0 commit comments