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
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
The text was updated successfully, but these errors were encountered:
atomicsamurai
changed the title
Values with bash special characters are not processed correctly
Values with shell special characters are not processed correctly
Oct 15, 2024
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
The text was updated successfully, but these errors were encountered: