From 0a7368edf774a2e1093521e152f771a05a8d13cb Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Sat, 31 Aug 2019 11:34:06 +0200 Subject: [PATCH] add pull command methods to readme resolves #91 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b0055db..9a17368 100644 --- a/readme.md +++ b/readme.md @@ -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