]
Ilia Vassilev commented on WFCORE-2935:
---------------------------------------
The issue is resoled by the PR [1] submitted for WFCORE-2976.
[1]
Wildfly Elytron Tool, PowerShell elytron-tool.ps1 script doesn't
work with arguments.
-------------------------------------------------------------------------------------
Key: WFCORE-2935
URL:
https://issues.jboss.org/browse/WFCORE-2935
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Ilia Vassilev
Priority: Critical
PowerShell elytron-tool.ps1 script doesn't work with arguments.
When I add *$args* at the end of line in elytron-tool.ps1 script [1]
{code}
& $JAVA -jar $JBOSS_HOME'\bin\wildfly-elytron-tool.jar' $JAVA_OPTS $args
{code}
it works.
*How to reproduce*
{code}
PowerShell -ExecutionPolicy Bypass -File elytron-tool.ps1 credential-store --add
secret_alias --password pass123 --create -x secret_password -l
testBasicWildflyElytronTool.jceks
{code}
There is shown general help output for all commands in tool.
[1]
https://github.com/wildfly/wildfly-core/blob/3.0.0.Beta24/core-feature-pa...