Skip to content

Commit

Permalink
Compose 2.26.1: new create --quiet-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
matt9ucci committed Apr 8, 2024
1 parent df1b28f commit e80c6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DockerCompletion/Compose/completers.ps1
Expand Up @@ -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.'
}
Expand Down

0 comments on commit e80c6d2

Please sign in to comment.