Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new export flags #465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phalestrivir
Copy link
Contributor

This PR adds support for three new flags for full config exports (see this PR in frodo-lib for corresponding changes there). Those flags are:

  1. The -R, --read-only flag to include read only config in the export.
  2. The -r, --realm-only flag to only export the active realm config (see this issue).
  3. The -g, --global-only flag to only export the global config.

By default, the full exports will now only export "importable" config, i.e. the non-read only config, unless otherwise specified by the read only flag. However, just as it was before, all realms and global config will be exported by default unless otherwise specified by the new flags for realm only and global only.

…nd exporting only active realm or global config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant