remove wilth-ssl option from CLI create command
This commit is contained in:
parent
0bbe8c87f0
commit
0099c36125
|
@ -75,9 +75,6 @@ public class Create implements Action
|
||||||
@Option(name = "--home", description = "Directory where ActiveMQ Artemis is installed")
|
@Option(name = "--home", description = "Directory where ActiveMQ Artemis is installed")
|
||||||
File home;
|
File home;
|
||||||
|
|
||||||
@Option(name = "--with-ssl", description = "Generate an SSL enabled configuration")
|
|
||||||
boolean with_ssl = true;
|
|
||||||
|
|
||||||
@Option(name = "--clustered", description = "Enable clustering")
|
@Option(name = "--clustered", description = "Enable clustering")
|
||||||
boolean clustered = false;
|
boolean clustered = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue