sfdx-hardis
sfdx-hardis copied to clipboard
Releases updates warning
The idea would be to have a command sfdx hardis:org:audit:releaseupdates that retrieves soon due releases updates using the tooling api on the sobject ReleaseUpdate
Example of query on the sobject ReleaseUpdate :
SELECT Id, DeveloperName, IsReleased, DueDate, (SELECT Id, Status FROM Steps) FROM ReleaseUpdate