embark/packages/embark-api
emizzle 634feb597a feat(@embark/api): Add command `service api on/off`
Add support for `service api on/off` commands.

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

`service api on` - Enables the API server serving Cockpit. Shows an error if the API server is already starting or started.

`service api off` - Disables the API server serving Cockpit. Shows an error if the API server is already stopping or stopped.

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

`api stop` - This command has been deprecated in favor of `service api off` and will be removed in future versions.

`api:start` - This event has been deprecated and will be removed in future versions.

`api:stop` - This event has been deprecated and will be removed in future versions.
2019-05-15 14:28:10 +02:00
..
src feat(@embark/api): Add command `service api on/off` 2019-05-15 14:28:10 +02:00
.npmrc refactor (@embark/embark-api): move embark-api to its own module 2019-05-01 07:24:19 -04:00
README.md refactor (@embark/embark-api): move embark-api to its own module 2019-05-01 07:24:19 -04:00
package.json refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00
tsconfig.json refactor (@embark/embark-api): move embark-api to its own module 2019-05-01 07:24:19 -04:00
tslint.json refactor (@embark/embark-api): move embark-api to its own module 2019-05-01 07:24:19 -04:00

README.md

embark-api

Embark api module

Visit embark.status.im to get started with Embark.