-
-
Notifications
You must be signed in to change notification settings - Fork 423
Added --config-dir
flag
#2677
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
Added --config-dir
flag
#2677
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## master #2677 +/- ## ========================================== + Coverage 70.22% 70.25% +0.02% ========================================== Files 222 222 Lines 21348 21365 +17 ========================================== + Hits 14992 15010 +18 + Misses 5177 5176 -1 Partials 1179 1179
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
3768f43
to
535e1da
Compare
Thank you for this! 🚀
I think the use case that allows to easily do sandbox tests should also be mentioned in the documentation, but I'm not sure how to make that happen 🙂
Thank you for this! 🚀 I think the use case that allows to easily do sandbox tests should also be mentioned in the documentation, but I'm not sure how to make that happen 🙂
Just open a PR with the desired changes in docs/...
😃
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Adds the
--config-dir
global flag that overrides the default data directory. This command can be used withconfig init --dest-dir
to work in an "isolated" environment.What is the current behavior?
What is the new behavior?
Does this PR introduce a breaking change, and is titled accordingly?
Other information
Fix #2533
cc @pillo79