diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index 3468cbf9eb..66bffe2c38 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -215,19 +215,19 @@ public class Create extends InputAbstract {
@Option(name = "--role", description = "The name for the role created (Default: amq)")
String role = "amq";
- @Option(name = "--no-web", description = "remove the web-server definition from bootstrap.xml")
+ @Option(name = "--no-web", description = "Remove the web-server definition from bootstrap.xml")
boolean noWeb;
- @Option(name = "--queues", description = "comma separated list of queues.")
+ @Option(name = "--queues", description = "Comma separated list of queues.")
String queues;
- @Option(name = "--addresses", description = "comma separated list of addresses ")
+ @Option(name = "--addresses", description = "Comma separated list of addresses ")
String addresses;
- @Option(name = "--aio", description = "sets the journal as asyncio.")
+ @Option(name = "--aio", description = "Sets the journal as asyncio.")
boolean aio;
- @Option(name = "--nio", description = "sets the journal as nio.")
+ @Option(name = "--nio", description = "Sets the journal as nio.")
boolean nio;
@Option(name = "--mapped", description = "Sets the journal as mapped.")
diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html
index d9fb198265..e309c81cc2 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -42,20 +42,17 @@ $ ./artemis create $directory
Where $directory is the folder that you'd
The create process will input for any required property not specified. Example:
---user: is mandatory with this configuration: +--user: is a mandatory property! Please provide the default username: 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 | --require-login: is mandatory with this configuration: -Allow anonymous access? (Y/N): -Y +--allow-anonymous | --require-login: is a mandatory property! +Allow anonymous access?, valid values are Y,N,True,False +yFor a full list of available options for the create process you may use: @@ -66,17 +63,24 @@ NAME artemis create - creates a new broker instance SYNOPSIS - artemis create [--aio] [--allow-anonymous] - [--cluster-password <clusterPassword>] [--cluster-user <clusterUser>] - [--clustered] [--data <data>] [--disable-persistence] + artemis create [--addresses <addresses>] [--aio] [--allow-anonymous] + [--autocreate] [--blocking] [--cluster-password <clusterPassword>] + [--cluster-user <clusterUser>] [--clustered] [--data <data>] + [--default-port <defaultPort>] [--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>] + [--global-max-size <globalMaxSize>] [--home <home>] [--host <host>] + [--http-host <httpHost>] [--http-port <httpPort>] + [--java-options <javaOptions>] [--mapped] [--max-hops <maxHops>] + [--message-load-balancing <messageLoadBalancing>] [--name <name>] + [--nio] [--no-amqp-acceptor] [--no-autocreate] [--no-autotune] + [--no-fsync] [--no-hornetq-acceptor] [--no-mqtt-acceptor] + [--no-stomp-acceptor] [--no-web] [--paging] [--password <password>] + [--ping <ping>] [--port-offset <portOffset>] [--queues <queues>] [--replicated] [--require-login] [--role <role>] [--shared-store] - [--silent] [--slave] [--topics <topics>] [--user <user>] [--verbose] - [--] <directory> + [--silent] [--slave] [--ssl-key <sslKey>] + [--ssl-key-password <sslKeyPassword>] [--ssl-trust <sslTrust>] + [--ssl-trust-password <sslTrustPassword>] [--use-client-auth] + [--user <user>] [--verbose] [--] <directory> ... diff --git a/docs/user-manual/en/using-server.md b/docs/user-manual/en/using-server.md index 16c9a5a1ab..b1e2c914bf 100644 --- a/docs/user-manual/en/using-server.md +++ b/docs/user-manual/en/using-server.md @@ -89,28 +89,30 @@ For a full list of updated properties always use: SYNOPSIS artemis create [--addresses