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 explicitly exclude metadata from exports #340

Closed phalestrivir closed 9 months ago

phalestrivir commented 9 months ago

This PR adds the ability to explicitly exclude metadata from any export. This PR relies on the PR titled "Improve ExportImportUtils" in frodo-lib since this PR deletes ExportImportUtils.ts in order to rely wholly on the frodo-lib version of it (which is now a combined version of the original two). The ExportImportUtils is improved in the frodo-lib version to more better handle excluding or including metadata in exported JSON files. Additionally, some missing client_cli tests were added in this PR, as well as the missing authn-export e2e test.