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.
Description
Refactored the CLI tool to support more commands than just connectors. Notable changes include:
sp
tosail
~/.sp/config.yaml
to~/.sailpoint/config.yaml
cmd
foldersp-connector-cli
tosailpoint-cli
How Has This Been Tested?
What testing have you done to verify this change?
I ran
go test
on each of the sub commands, and I did some manual testing of each command to ensure they still work.