rockcarver / frodo-cli

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

Add ability to not include default scripts in exports and imports #350

Closed phalestrivir closed 9 months ago

phalestrivir commented 9 months ago

This PR adds the ability to specify whether to include default scripts in an export or import in an attempt to avoid exporting or importing "protected" scripts (i.e. scripts that can't be deleted). By default, the default scripts are not included, unless otherwise specified using the -d or --default flags. This PR relies on another PR in frodo-lib of the same title.