@@ -212,7 +212,11 @@ def title(name):
212212
213213
214214def subcommands_usage ():
215- usage = """Usage
215+ usage = """
216+ IMPORTANT: this version of 'rabbitmqadmin' is no longer actively maintained.
217+ See https://www.rabbitmq.com/docs/management-cli.
218+
219+ Usage
216220=====
217221 """ + short_usage () + """
218222
@@ -241,12 +245,20 @@ def subcommands_usage():
241245 standard output along with the message metadata
242246
243247 * If payload_file is specified on get, count must not be set
248+
249+ IMPORTANT: this version of 'rabbitmqadmin' is no longer actively maintained.
250+ See https://www.rabbitmq.com/docs/management-cli.
244251"""
245252 return usage
246253
247254
248255def config_usage ():
249- usage = "Usage\n =====\n " + short_usage ()
256+ usage = """
257+ IMPORTANT: this version of 'rabbitmqadmin' is no longer actively maintained.
258+ See https://www.rabbitmq.com/docs/management-cli.
259+ """
260+
261+ usage += "Usage\n =====\n " + short_usage ()
250262 usage += "\n " + title ("Configuration File" )
251263 usage += """ It is possible to specify a configuration file from the command line.
252264 Hosts can be configured easily in a configuration file and called
@@ -277,6 +289,10 @@ def config_usage():
277289"""
278290 usage += title ("Use" )
279291 usage += """ rabbitmqadmin -c rabbitmqadmin.conf.example -N host_normal ..."""
292+ usage += """
293+ IMPORTANT: this version of 'rabbitmqadmin' is no longer actively maintained.
294+ See https://www.rabbitmq.com/docs/management-cli.
295+ """
280296 return usage
281297
282298
@@ -289,6 +305,9 @@ For more help use the help subcommand:
289305
290306 rabbitmqadmin help subcommands # For a list of available subcommands
291307 rabbitmqadmin help config # For help with the configuration file
308+
309+ IMPORTANT: this version of 'rabbitmqadmin' is no longer actively maintained.
310+ See https://www.rabbitmq.com/docs/management-cli.
292311"""
293312
294313
0 commit comments