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.
adding sourcemap to the typescript config file removes the need to include it in the dev command, which allows for remote debugging right away and still allows for cross platform compatibility. the output in the dist folder is unaffected
How Has This Been Tested?
Ran in both windows powershell, cmd as well as ubuntu. I have not run in macos, but as far as I know, the cross env was never required for macos.
Description
adding sourcemap to the typescript config file removes the need to include it in the dev command, which allows for remote debugging right away and still allows for cross platform compatibility. the output in the dist folder is unaffected
How Has This Been Tested?
Ran in both windows powershell, cmd as well as ubuntu. I have not run in macos, but as far as I know, the cross env was never required for macos.