sailpoint-oss / sailpoint-cli

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.
https://developer.sailpoint.com/discuss
MIT License
25 stars 19 forks source link

Update to SailPoint CLI #11

Closed colin-mckibben-sp closed 2 years ago

colin-mckibben-sp commented 2 years ago

Description

Refactored the CLI tool to support more commands than just connectors. Notable changes include:

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.