From ceb7ed6510e505d2c2c34e164d1f0a648b9952e5 Mon Sep 17 00:00:00 2001 From: Noah Allen Date: Fri, 9 Apr 2021 16:04:42 -0700 Subject: [PATCH] Add port to supported commands --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8f1d019..23e7dac 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,7 @@ npm install --save-dev docker-compose * `config(options)` - Validates configuration files and returns configuration yaml * `configServices(options)` - Returns list of services defined in configuration files * `configVolumes(options)` - Returns list of volumes defined in configuration files +* `port(options)` - Returns the public port of the given service and internal port. All commands return a `Promise({object})` with stdout and stderr strings and an exit code: ```javascript