rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Add ability to delete scripts #320

Closed phalestrivir closed 7 months ago

phalestrivir commented 8 months ago

Adds the ability to delete scripts. Since default scripts cannot be deleted, they get skipped when deleting all scripts. Also, tests for deleting all scripts currently have no mocks for them since creating mocks for them may end up deleting important scripts, so they are being skipped for now. This PR relies on the PR "Add ability to delete scripts" in the frodo-lib repo.