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

Status Command #222

Open
tubbo opened this issue Jan 31, 2020 · 1 comment
Open

Status Command #222

tubbo opened this issue Jan 31, 2020 · 1 comment

Comments

@tubbo
Copy link

tubbo commented Jan 31, 2020

I made a status command for my fork of this project...

$ docker-dev status
NAME                STATUS              ADDRESS             SCHEME
store               running             127.0.0.1:3825      http

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".

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
@nateberkopec
Copy link
Member

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants