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:
|
||||
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):
|
||||
y
|
||||
|
||||
Y
|
||||
</PRE>
|
||||
|
||||
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
|
||||
|
||||
SYNOPSIS
|
||||
artemis create [--allow-anonymous] [--cluster-password <clusterPassword>] [--cluster-user <clusterUser>]
|
||||
[--clustered] [--data <data>] [--encoding <encoding>] [--force]
|
||||
artemis create [--aio] [--allow-anonymous]
|
||||
[--cluster-password <clusterPassword>] [--cluster-user <clusterUser>]
|
||||
[--clustered] [--data <data>] [--disable-persistence]
|
||||
[--encoding <encoding>] [--failover-on-shutdown] [--force]
|
||||
[--home <home>] [--host <host>] [--java-options <javaOptions>]
|
||||
[--password <password>] [--port-offset <portOffset>] [--replicated]
|
||||
[--role <role>] [--shared-store] [--silent] [--user <user>] [--] <directory>
|
||||
[--max-hops <maxHops>] [--message-load-balancing <messageLoadBalancing>]
|
||||
[--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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue