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.
What is the intent of this change and why is it being made?
The intent of this change is to add functionality to the CLI, while getting the existing dependancies and formatting up to the current Cobra standards.
New Features:
OAuth Login
Credential Caching
Virtual Appliance Commands (Log Parsing (CCG/Canal), Collect Files, Troubleshooting, Updates)
Automated GIF generation (VHS Gifs)
Types Changes / Consolidation
TUI: BubbleTea Model and Components
How Has This Been Tested?
What testing have you done to verify this change?
Existing tests all remain functional and passing, only alteration is root command count for the root_test
Description
What is the intent of this change and why is it being made?
The intent of this change is to add functionality to the CLI, while getting the existing dependancies and formatting up to the current Cobra standards.
New Features: OAuth Login Credential Caching Virtual Appliance Commands (Log Parsing (CCG/Canal), Collect Files, Troubleshooting, Updates) Automated GIF generation (VHS Gifs) Types Changes / Consolidation TUI: BubbleTea Model and Components
How Has This Been Tested?
What testing have you done to verify this change?
Existing tests all remain functional and passing, only alteration is root command count for the root_test