We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugins are currently expected to return synchronously and bind to events.
Even though config is yielded, it is unmutable (we disregard the return value)
config
This feature will enable users to:
We'll need to also take this into account with the resolved values of config, and make sure we display them as the source in the Desktop GUI
The text was updated successfully, but these errors were encountered:
The 3rd point is so freaking awesome 👏 👌
Sorry, something went wrong.
fixes #1042 enable plugins to return a promise and modify config
0e07d80
We now show config + env values overridden from plugins.
c1bcb2f
Released in 1.2.0.
1.2.0
brian-mann
No branches or pull requests
Plugins are currently expected to return synchronously and bind to events.
Even though
config
is yielded, it is unmutable (we disregard the return value)This feature will enable users to:
We'll need to also take this into account with the resolved values of config, and make sure we display them as the source in the Desktop GUI
The text was updated successfully, but these errors were encountered: