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

Fix --watch script imports and improve script exports #386

Closed phalestrivir closed 2 months ago

phalestrivir commented 2 months ago

This pull request attempts to resolve the issue here. It fixes the script imports so they don't import all the scripts immediately when using the --watch flag. Additionally, it adds the option to use --extract when exporting a single script by name/id so we aren't limited to using it only when using --all-separate so users have the option to extract only certain scripts.