Update to current 'artemis help create' synopsis and extra console output when running 'artemis create'
This commit is contained in:
parent
5ecfeca2ed
commit
2377e61ef8
|
@ -51,11 +51,13 @@ admin
|
||||||
--password: is mandatory with this configuration:
|
--password: is mandatory with this configuration:
|
||||||
Please provide the default password:
|
Please provide the default password:
|
||||||
|
|
||||||
|
--role: is mandatory with this configuration:
|
||||||
|
Please provide the default role:
|
||||||
|
admin
|
||||||
|
|
||||||
--allow-anonymous: is mandatory with this configuration:
|
--allow-anonymous | --require-login: is mandatory with this configuration:
|
||||||
Allow anonymous access? (Y/N):
|
Allow anonymous access? (Y/N):
|
||||||
y
|
Y
|
||||||
|
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
For a full list of available options for the create process you may use:
|
For a full list of available options for the create process you may use:
|
||||||
|
@ -66,11 +68,17 @@ NAME
|
||||||
artemis create - creates a new broker instance
|
artemis create - creates a new broker instance
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
artemis create [--allow-anonymous] [--cluster-password <clusterPassword>] [--cluster-user <clusterUser>]
|
artemis create [--aio] [--allow-anonymous]
|
||||||
[--clustered] [--data <data>] [--encoding <encoding>] [--force]
|
[--cluster-password <clusterPassword>] [--cluster-user <clusterUser>]
|
||||||
|
[--clustered] [--data <data>] [--disable-persistence]
|
||||||
|
[--encoding <encoding>] [--failover-on-shutdown] [--force]
|
||||||
[--home <home>] [--host <host>] [--java-options <javaOptions>]
|
[--home <home>] [--host <host>] [--java-options <javaOptions>]
|
||||||
[--password <password>] [--port-offset <portOffset>] [--replicated]
|
[--max-hops <maxHops>] [--message-load-balancing <messageLoadBalancing>]
|
||||||
[--role <role>] [--shared-store] [--silent] [--user <user>] [--] <directory>
|
[--name <name>] [--nio] [--no-autotune] [--no-web]
|
||||||
|
[--password <password>] [--port-offset <portOffset>] [--queues <queues>]
|
||||||
|
[--replicated] [--require-login] [--role <role>] [--shared-store]
|
||||||
|
[--silent] [--slave] [--topics <topics>] [--user <user>] [--verbose]
|
||||||
|
[--] <directory>
|
||||||
...
|
...
|
||||||
</PRE>
|
</PRE>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue