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
24 stars 19 forks source link

[Bug] outputTypes flag does not work in Search method #121

Closed kjakubiak closed 2 months ago

kjakubiak commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Cannot use outputTypes flag in the sail search query execution To Reproduce Steps to reproduce the behavior: Execute: sail search query "name:a*" --indices identities --outputTypes json

Expected behavior image

Actual behavior A clear and concise description of what actually happens. image

jordan-violet-sp commented 1 year ago

This issue has been mentioned on SailPoint Developer Community Forum. There might be relevant details there:

https://developer.sailpoint.com/discuss/t/sailpoint-cli-output-types/21584/2

ghost commented 11 months ago

We should re-add the flag and mark it as deprecated for user clarity.

darrell-thobe-sp commented 2 months ago

Documentation has been updated to remove outputTypes flag as it is not supported and the only valid type is JSON.