Add port to supported commands

This commit is contained in:
Noah Allen 2021-04-09 16:04:42 -07:00 committed by Alexander Zeitler
parent 483e6827ad
commit ceb7ed6510

View file

@ -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