Add support to update OrgDbOrgSettings in pac env update-settings or via new command #1090
chrispiasecki
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have the ability to easily update individual OrgDbOrgSettings. This is currently challenging because that column in the Organization table is one giant legacy XML that consolidates several properties (I am not sure why new properties are still being added here rather than as new organization table columns?) and is risky to try and manipulate (which is why we rely on tools like the Org Settings Updater to manually update these settings).
One proposed way is to extend the existing pac env update-settings command to support each individual orgdbsetting name (either with the existing --name and --value arguments, or new explicit arguments to identify orgdbsetting name/value, or update multiple settings via JSON (similar request here: #407)
Another proposed way is to add a new command for it:
Beta Was this translation helpful? Give feedback.
All reactions