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

Add possibility to extend codenvy.env with addon.env if it exist #2211

Merged
merged 1 commit into from
May 17, 2017

Conversation

riuvshin
Copy link

@riuvshin riuvshin commented May 17, 2017

What does this PR do?

this improve allows to have addon.env file and inject values from addon.env to codenvy.env in custom CLI based on CODENVY CLI. As result user will have codenvy.env with ENV vars from addon.
This merge happens ONLY on first init where codenvy.env not yet generated, to prevent any collisions.

example of usage in saas assembly: https://github.com/codenvy/saas/pull/224

What issues does this PR fix or reference?

eclipse-che/che#5117

Changelog

Add possibility to extend codenvy.env with addon.env if it exist

@riuvshin riuvshin added this to the 5.11.0 milestone May 17, 2017
@riuvshin riuvshin merged commit b57172a into master May 17, 2017
@riuvshin riuvshin deleted the improve_addon branch May 17, 2017 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants