Skip to content
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

fix: add config validation for --all flag, for #5452 #5555

Merged

Conversation

stasadev
Copy link
Member

The Issue

ddev start -a doesn't validate config

How This PR Solves The Issue

Adds validation when you pass --all flag for a DDEV command.

Manual Testing Instructions

  1. Break some config value in the project's .ddev/config.yaml (e.g. php_version: "test")
  2. Run ddev start -a and immediately see the error.

Automated Testing Overview

Related Issue Link(s)

Release/Deployment Notes

@stasadev stasadev requested a review from a team as a code owner November 21, 2023 20:21
Copy link

github-actions bot commented Nov 21, 2023

@rfay rfay force-pushed the 20231121_stasadev_config_validate_with_all_flag branch from adb3158 to 4e26d50 Compare November 22, 2023 16:54
@rfay
Copy link
Member

rfay commented Nov 22, 2023

Rebased, mostly just to check buildkite tests.

Copy link
Member

@rfay rfay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is good and works perfectly in manual testing, thanks!

@rfay rfay merged commit e1a7f7b into ddev:master Nov 22, 2023
18 checks passed
@stasadev stasadev deleted the 20231121_stasadev_config_validate_with_all_flag branch November 22, 2023 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants