From d088995f39bf28f5c79de2bcf79d54224a53c563 Mon Sep 17 00:00:00 2001 From: falinsky Date: Tue, 15 Jan 2019 17:09:50 +0200 Subject: [PATCH] Add usage info to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5f5495c..527754d 100644 --- a/readme.md +++ b/readme.md @@ -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