embark/packages/embark-typings
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-typings) move typings to its own module 2019-02-06 11:07:44 -05:00
CHANGELOG.md chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
README.md feat: normalize README and package.json bugs, homepage, description 2019-03-12 09:17:33 -04:00
index.d.ts refactor(@embark/embark-typings) move typings to its own module 2019-02-06 11:07:44 -05:00
package.json build: bump tslint in all relevant pkgs from v5.11.0 to v5.16.0 2019-05-03 08:53:43 -05:00
tsconfig.json refactor(@embark/embark-typings) move typings to its own module 2019-02-06 11:07:44 -05:00
tslint.json refactor(@embark/embark-typings) move typings to its own module 2019-02-06 11:07:44 -05:00

README.md

@types/embark

TypeScript definitions for Embark

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