[feature] restart #10

Open
opened 2019-09-24 18:50:25 +00:00 by coolaj86 · 0 comments
Owner

A little convenience feature I'd like to have:

serviceman restart [name]

If run from the project directory:

Running from project directory <project-name>
restarting <project-name>

If the service has not been added:

This service has not been added try `serviceman add --name <project-name> <./path/to/program> [args...]`

If outside the project directory:

You must specify a project name.
These projects are managed by serviceman:

* foo
* bar
* baz

Did you mean `serviceman restart foo`?
A little convenience feature I'd like to have: ``` serviceman restart [name] ``` If run from the project directory: ``` Running from project directory <project-name> restarting <project-name> ``` If the service has not been added: ``` This service has not been added try `serviceman add --name <project-name> <./path/to/program> [args...]` ``` If outside the project directory: ``` You must specify a project name. These projects are managed by serviceman: * foo * bar * baz Did you mean `serviceman restart foo`? ```
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/go-serviceman#10
No description provided.