Vilius Šumskas created ARTEMIS-4819:
---------------------------------------
Summary: Improve user list output in CLI
Key: ARTEMIS-4819
URL: https://issues.apache.org/jira/browse/ARTEMIS-4819
Project: ActiveMQ Artemis
Issue Type: Improvement
Reporter: Vilius Šumskas
Currently `artemis user list` command output is not very script friendly. It
prints users like this:
{noformat}
"krttmtr5zh3yx1j"(role_adm_krttmtr5zh3yx1j)
"wge4qbpzykuqety"(role_adm_wge4qbpzykuqety)
"8wezkl4yg0wmmcr"(role_adm_8wezkl4yg0wmmcr)
"atrnohhggvhocqq"(role_adm_atrnohhggvhocqq){noformat}
My proposal is to split users and roles with a space like this, so that the
output can be parsed and used in bash scripts more effectively:
{noformat}
krttmtr5zh3yx1j (role_adm_krttmtr5zh3yx1j)
wge4qbpzykuqety (role_adm_wge4qbpzykuqety)
8wezkl4yg0wmmcr(role_adm_8wezkl4yg0wmmcr)
atrnohhggvhocqq (role_adm_atrnohhggvhocqq){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact