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.
This command would allow a user to run any api call they want, with the syntax of:
sail api /the/endpoint
This would allow users to use the CLI in a much wider range of supported ways then what we support out of the box, and would let them make more complex calls in a pipeline fashion
This command would allow a user to run any api call they want, with the syntax of:
sail api /the/endpoint
This would allow users to use the CLI in a much wider range of supported ways then what we support out of the box, and would let them make more complex calls in a pipeline fashion
Github has a great example: https://github.com/cli/cli/tree/trunk/api