rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
19 stars 17 forks source link

Values with shell special characters are not processed correctly #447

Open atomicsamurai opened 1 month ago

atomicsamurai commented 1 month ago

For example, when creating or updating an ESV with an exclamation mark ! - we have to escape the value with a \, but the actual value that gets submitted has two \s. Desired value: Test!234 cli input: Test!234 Value written to ESV: Test\!234