We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow customers to define their own groups of configuration in .env - e.g.
CONFIG_GROUPS='[ "journey-group" : [ "scripts", "journeys" ], "object-model": [ "managed-objects", "connector-definitions", "connector-mappings" ] ]'
then call e.g.
fr-config-pull group object-model fr-config-push group object-model
fr-config-pull group object-model
fr-config-push group object-model
The text was updated successfully, but these errors were encountered:
This could also be used for static vs. dynamic pull/push - e.g. provide sample groups with static and dynamic configuration commands.
Sorry, something went wrong.
No branches or pull requests
Allow customers to define their own groups of configuration in .env - e.g.
then call e.g.
fr-config-pull group object-model
fr-config-push group object-model
The text was updated successfully, but these errors were encountered: