You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k/enhancementNew feature or improve an existing featurek/ideasDiscuss new ideas / pre-proposals / roadmap
1 participant
Converted from issue
This discussion was converted from issue #8830 on August 25, 2022 08:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your proposal related to a problem?
Currently metadata is a singleton and always replaced in its entirety.
This can be an issue when deployed to multiple environments that have slightly different characteristics, for example:
Describe the solution you'd like
Users should be able to template metadata, or otherwise override certain aspects of the metadata on a per-environment basis.
Users should be able to export and version control overrides separately from the main metadata
Describe alternatives you've considered
This is currently possible if implemented entirely by the user.
Users can also manage this manually, and some metadata exclusive to PRO/Cloud instances will be ignored by OSS instances even if present.
Related issues
#8829
Beta Was this translation helpful? Give feedback.
All reactions