add pull command methods to readme

resolves #91
This commit is contained in:
Alexander Zeitler 2019-08-31 11:34:06 +02:00
parent 6651885df5
commit 0a7368edf7

View file

@ -34,6 +34,9 @@ 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
* `pullMany(services, options)` - Pull service images specified
* `pullOne(service, options)` - Pull a service image
* `buildOne(service, options)` - Build or rebuild service
* `restartAll(options)` - Restart all services
* `restartMany(services, options)` - Restart services
* `restartOne(service, options)` - Restart service