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

Support for configuration groups #13

Open
christian-brindley opened this issue Jun 28, 2023 · 1 comment
Open

Support for configuration groups #13

christian-brindley opened this issue Jun 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@christian-brindley
Copy link
Collaborator

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

@christian-brindley
Copy link
Collaborator Author

This could also be used for static vs. dynamic pull/push - e.g. provide sample groups with static and dynamic configuration commands.

@christian-brindley christian-brindley added the enhancement New feature or request label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant