The SailPoint Command Line Interface (CLI) makes it easy to interact with SailPoint's SaaS Platform in a programmatic way. Many functions that use to be accomplished through tools like Postman or from custom scripts can now be done directly on the command line with minimal setup.
Describe the bug When using the 'sail rule download' command the cloud rules have all the single-quotes (') converted to "'" which in turn breaks the rule validator's linting causing a huge huge of false negatives in the report
Describe the bug When using the 'sail rule download' command the cloud rules have all the single-quotes (') converted to "'" which in turn breaks the rule validator's linting causing a huge huge of false negatives in the report
To Reproduce Steps to reproduce the behavior:
Expected behavior The rules should be downloaded unchanged
Actual behavior All the single quote have been replaced with "'"
Operating System (please complete the following information):
Additional context This is interfering with a required process that is being bootstrapped regarding our Platinum Customers