You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment:
(Initially had Spring Cloud CLI version 2.2.3.RELEASE installed and downgraded to 2.2.0.RELEASE while troubleshooting this error)
When attempting to encrypt some keys with spring encrypt, I noticed that the encrypt command fails when there is a single '!' character in any of the arguments, and when one contains '!!' it will append previous command line arguments into the argument before encrypting. This can be avoided by enclosing all arguments in single quotes- double quotes will not work however. Since the spring cloud cli documentation does not mention this behavior, I suggest updating it to include single quotes around the example key and value arguments
Behavior:
Relevant Documentation:
The text was updated successfully, but these errors were encountered:
Bug report
Environment:
(Initially had Spring Cloud CLI version 2.2.3.RELEASE installed and downgraded to 2.2.0.RELEASE while troubleshooting this error)
When attempting to encrypt some keys with spring encrypt, I noticed that the encrypt command fails when there is a single '!' character in any of the arguments, and when one contains '!!' it will append previous command line arguments into the argument before encrypting. This can be avoided by enclosing all arguments in single quotes- double quotes will not work however. Since the spring cloud cli documentation does not mention this behavior, I suggest updating it to include single quotes around the example key and value arguments
Behavior:
Relevant Documentation:
The text was updated successfully, but these errors were encountered: