fix missing docs

This commit is contained in:
Alexander Zeitler 2019-01-30 09:54:48 +01:00
parent 24583287bd
commit c53c0884f9
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "docker-compose", "name": "docker-compose",
"version": "0.11.0", "version": "0.11.1",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",
"scripts": { "scripts": {

View file

@ -24,6 +24,9 @@ npm install --save-dev docker-compose
* `buildAll(options)` - Build or rebuild services * `buildAll(options)` - Build or rebuild services
* `buildMany(services, options)` - Build or rebuild services * `buildMany(services, options)` - Build or rebuild services
* `buildOne(service, options)` - Build or rebuild service * `buildOne(service, options)` - Build or rebuild service
* `restartAll(options)` - Restart all services
* `restartMany(services, options)` - Restart services
* `restartOne(service, options)` - Restart service
* `ps(options)` - Lists containers information * `ps(options)` - Lists containers information
All commands return a `Promise({object})` with an stdout and stderr strings All commands return a `Promise({object})` with an stdout and stderr strings