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

Allow config to be (un)set without restarting app. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yourivdlans
Copy link

This pull allows us to (un)set environment variables without restarting the app.

Because the --no-restart flag was between the app_name and environment key / value pairs the flag was seen as an environment variable. By putting the flag to the front of the array it resolves this issue.

Example:

dokku config:set --no-restart KEY=value

@bendangelo
Copy link
Collaborator

@SebastianSzturo can this be merged in?

@bendangelo
Copy link
Collaborator

I'm now a collaborator, I will review this soon.

@yourivdlans
Copy link
Author

@bendangelo Any chance of this getting merged :)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants