From e80c6d2c9bd4e28024c2904975b4ef1b3bc775be Mon Sep 17 00:00:00 2001 From: Matt Gucci <8044346+matt9ucci@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:54:10 +0900 Subject: [PATCH] Compose 2.26.1: new `create --quiet-pull` See https://github.com/docker/compose/pull/11523 --- DockerCompletion/Compose/completers.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/DockerCompletion/Compose/completers.ps1 b/DockerCompletion/Compose/completers.ps1 index 06198f8..6aab118 100644 --- a/DockerCompletion/Compose/completers.ps1 +++ b/DockerCompletion/Compose/completers.ps1 @@ -115,6 +115,7 @@ Register-Completer docker_compose_create -Option { COMPGEN --no-build Switch 'Don''t build an image, even if it''s policy' COMPGEN --no-recreate Switch 'If containers already exist, don''t recreate them. Incompatible with --force-recreate.' COMPGEN --pull string 'Pull image before running ("always"|"missing"|"never")' + COMPGEN --quiet-pull Switch 'Pull without printing progress information' COMPGEN --remove-orphans Switch 'Remove containers for services not defined in the Compose file' COMPGEN --scale stringArray 'Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present.' }