Unable to pass any attribute to jboss-cli.ps1 script
C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 --help '--help-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name. C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 --version '--version-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name . C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 -c '-c-Dcom.ibm.jsse2.overrideDefaultTLS=true' is not a valid operation name. C:\wildfly\wildfly-12.0.0.Final\bin> PowerShell -ExecutionPolicy Bypass -File jboss-cli.ps1 You are disconnected at the moment. Type 'connect' to connect to the server or ' help' for the list of supported commands. [disconnected /]
I am using PowerShell 4.0
PS C:\> $PSVersionTable.PSVersion Major Minor Build Revision ----- ----- ----- -------- 4 0 -1 -1 PS C:\>
This behaviour is caused by this change:
- clones
-
WFCORE-3789 Unable to pass any attribute to jboss-cli.ps1 script
- Resolved
- is incorporated by
-
JBEAP-14484 (7.1.z) Upgrade WildFly Core to 3.0.16.Final-redhat-1
- Closed
- is related to
-
JBEAP-14095 [GSS](7.1.z) JBOSS_HOME is unset in powershell scripts
- Closed