Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Adding restify for a control server to enable stopping and starting c…
Browse files Browse the repository at this point in the history
…hild processes.
  • Loading branch information
tizzo committed Sep 23, 2014
1 parent d1c31cd commit 3516494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/penelope
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ argv = yargs
.describe('name', 'If present, a name for the command in the same position. The first --name will name the first --command.')
.alias('name', 'n')
.default('name', false)
.describe('port', 'Is specified, a port to listen on for control commands.')
.alias('port', 'p')
.argv;

if (argv.help) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"async": "~0.8.0",
"event-stream": "~3.1.5",
"json-stream-formatter": "0.0.7",
"restify": "^2.8.2",
"shell-quote": "~1.4.1",
"yaml-config-loader": "0.0.7",
"yargs": "~1.2.1"
Expand Down

0 comments on commit 3516494

Please sign in to comment.