diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html index 0b0953c525..f0baa220ee 100644 --- a/artemis-distribution/src/main/resources/README.html +++ b/artemis-distribution/src/main/resources/README.html @@ -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 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] - [--home <home>] [--host <host>] [--java-options <javaOptions>] - [--password <password>] [--port-offset <portOffset>] [--replicated] - [--role <role>] [--shared-store] [--silent] [--user <user>] [--] <directory> + 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>] + [--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> ...