embark/packages
emizzle 0c394fea29 feat(@embark/webserver): Add support for service webserver on/off
Add support for `service webserver on/off` commands.

Deprecate commands `webserver start/stop` in favor of `service webserver on/off`.

Handles passing through of arguments to the function executed after process launch.

`service webserver on` - Enables the webserver serving the DApp. Shows an error if the webserver is already starting or started.

`service webserver off` - Disables the webserver serving the DApp. Shows an error if the webserver is already stopping or stopped.

`webserver start` - This command has been deprecated in favor of `service webserver on` and will be removed in future versions.

`webserver stop` - This command has been deprecated in favor of `service webserver off` and will be removed in future versions.
2019-04-30 12:02:02 -04:00
..
2019-03-18 18:26:56 -05:00
2019-03-18 18:26:56 -05:00
2019-04-17 11:11:28 -05:00
2019-03-18 18:26:56 -05:00
2019-04-17 11:11:28 -05:00
2019-03-18 18:26:56 -05:00
2019-04-17 11:11:28 -05:00
2019-02-05 14:15:39 -06:00