Replies: 1 comment
-
I see a couple of issues with using one catch-all
Instead, I'd propose we use a separate flag for each feature. When doing a major release, we can decide if we want to keep the feature flag with reversed default value or remove it altogether. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @pnp/cli-for-microsoft-365-maintainers,
we have some enhancements that are going to break the current capabilities of the CLI.
See #2292, #2298, #2024, #2251, #2309
Instead of introducing more "exception flags" as suggested in #2298 let us introduce one feature flag that we could call "previewFeatures": true
We can then use this flag and manipulate the behavior in our current codebase without affecting the v3 version. Once we are ready for v4 we have less work to do to prepare for the new release.
Let me know what you think about this. I am sure this requires more discussion.
br,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions