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.
Describe the bug sail search template {templateName} command is not returning all attributes nested under attributes.
To Reproduce
Replace Source Name and Attribute Name with values relevant to the test environment.
Expected behavior All nested attributes are returned (from a postman search)
Actual behavior The following is the output and only attributes.sourceName is included:
Screenshots If applicable, add screenshots to help explain your problem.
Operating System (please complete the following information):
Browser (please complete the following information):
Additional context
Default API behaviour for search is to return nested attributes None template search behaves the same way.