-
Notifications
You must be signed in to change notification settings - Fork 52
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
Feature Request: Add disable config option and override with environment variable #202
Labels
Comments
I'm open to it. #208 is related to difficulties with using the |
keonik
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
May 25, 2023
keonik
added a commit
that referenced
this issue
Aug 11, 2023
close issue #202 by adding an environment variable friendly approach to disabling the generator
🎉 This issue has been resolved in version 1.10.0-alpha.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
keonik
added a commit
that referenced
this issue
Aug 22, 2023
* feat: Configuration of Mermaid via .js file (#232) * feat: Enable override of mermaid configuration via a .js file * fix: Move theme to mermaid config and out of cli extensions * remove mermaid types stub * fix theme for readme erd * fix: Documentation for mermaid configuration and note about theme setting via env variable * feat: Add disable flag to prisma config options (#233) close issue #202 by adding an environment variable friendly approach to disabling the generator * fix: Default puppeteer-config to not set executable path unless OS is… (#235) * fix: Default puppeteer-config to not set executable path unless OS is anything but Windows * attempt to remove setting default executable path to troubleshoot mac os test failure in github actions * . * cross-env use for windows * fix: Move puppeteer args to arm64 darwin only
🎉 This issue has been resolved in version 1.12.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hi,
it would be nice to have a config setting to disable the generator.
Something like the existing config setting for debug:
It would also be awesome if the environment variable
DISABLE_ERD
overrode completely the config value as in:The reason for that behaviour is that I would like to have it completely disabled and only generate the ERD on demand.
Would you be open to making such changes? I could take care of it.
The text was updated successfully, but these errors were encountered: