Add usage info to readme

This commit is contained in:
falinsky 2019-01-15 17:09:50 +02:00
parent 894f10281c
commit d088995f39

View file

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