-
Notifications
You must be signed in to change notification settings - Fork 35
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
update major for aio-cli-lib-app-config #682
Conversation
Note tests are failing here but passing with local linking of aio-cli-lib-app-config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for code review - I haven't had a chance to test it by running the command yet, will do so next week
do not merge yet. |
Codecov Report
@@ Coverage Diff @@
## master #682 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 57 57
Lines 3152 3156 +4
Branches 589 589
=========================================
+ Hits 3152 3156 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
postponed for now - needs a |
closing this for now as it is outdated |
instead of forcing a strict validation on every cli command, it might make more sense to just add a validate command and suggest developers run it if there is is an issue with config |
For now let's just disable validation to move forward, see adobe/aio-cli-lib-app-config#32 |
Description
TO DISCUSS: potential breaking change because now every command that loads the configuration will undergo schema validation (via load in aio-cli-lib-app-config) and we may have some corner cases that were working without being valid
Depends on a release for adobe/aio-cli-lib-app-config#21 and adobe/aio-cli-lib-app-config#22
Types of changes
Checklist: