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 support for --control-url in cli #1487

Merged
merged 1 commit into from May 9, 2018
Merged

Commits on Apr 13, 2018

  1. Add support for --control-url

    - deprecate `--control`
    - add new option `--control-url`
    - puma#1416 introduced a bug in pumactl the puma
      cli does not respond to `control-cli` option. On puma it is called `control`
    - this commit
      puma@a8f54f7
      was correct, but it looked like a typo since the names of the options are not
      consistent across versions
    - the best option for fixing this seems to be to support both options
    - we don't want to stop supporting `control` in the cli for
      backwards-compatibility so it is deprecated
    jxa committed Apr 13, 2018
    Copy the full SHA
    cbe9329 View commit details
    Browse the repository at this point in the history