-
Notifications
You must be signed in to change notification settings - Fork 107
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
Status Command #222
Labels
Comments
tubbo
pushed a commit
to tubbo/docker-dev
that referenced
this issue
Feb 6, 2020
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222
tubbo
pushed a commit
to tubbo/docker-dev
that referenced
this issue
Feb 6, 2020
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222
Of course 👍 |
tubbo
pushed a commit
to tubbo/docker-dev
that referenced
this issue
Feb 8, 2020
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222
tubbo
pushed a commit
to tubbo/docker-dev
that referenced
this issue
Jul 10, 2020
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222
nonrational
pushed a commit
to nonrational/puma-dev
that referenced
this issue
Feb 5, 2022
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222 Add tests for status sub-command Print message in status response when `puma-dev` is not running. Add status to available subcommands Allow status to run on alternate ports
nonrational
pushed a commit
to nonrational/puma-dev
that referenced
this issue
Feb 5, 2022
Add a `puma-dev status` subcommand to output the status of all applications currently running through `puma-dev`. Uses the Status API requested from `http://localhost/status` with `Host: "puma-dev"`. Fixes puma#222 Add tests for status sub-command Print message in status response when `puma-dev` is not running. Add status to available subcommands Allow status to run on alternate ports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a
status
command for my fork of this project...Would you folks be interested in this sub-command if I ported it upstream to puma-dev?
It reads from the JSON Status API at http://localhost/status with
Host: "puma-dev"
.The text was updated successfully, but these errors were encountered: