This repository was archived by the owner on Nov 5, 2024. It is now read-only.
[apply] Add flag to apply entire config, not just a diff #79
Labels
enhancement
New feature or request
Today,
apply
generates sql commands by diffing a merged yaml against the yaml on the main/master branch.For acceptance testing, we may want to ensure that
apply
correctly replicates all permissions correctly in a new environment. This would require copying all the objects over to the new environment, then runningapply --all
(or something like that) to apply all the role grants from the yaml, and then ensuring that the expected role grants exist.Interim Solution
spyglass
section of the yaml to a new file, and replace theaccountId
.accountId
apply
The text was updated successfully, but these errors were encountered: