dokku-cli
dokku-cli copied to clipboard
Allow config to be (un)set without restarting app.
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
@SebastianSzturo can this be merged in?
I'm now a collaborator, I will review this soon.
@bendangelo Any chance of this getting merged :)?