expose execCompose function

Fixes #162
This commit is contained in:
Paweł Niedzielski 2021-06-04 11:50:50 +02:00 committed by Alexander Zeitler
parent d9ed460405
commit 3b8aaec914

View file

@ -139,7 +139,7 @@ const composeOptionsToArgs = (composeOptions): string[] => {
/**
* Executes docker-compose command with common options
*/
const execCompose = (
export const execCompose = (
command,
args,
options: IDockerComposeOptions = {}