Skip to content

Commit

Permalink
Compose 2.26.1: new pull --policy
Browse files Browse the repository at this point in the history
and remove deprecated options

See docker/compose#10981
  • Loading branch information
matt9ucci committed Apr 8, 2024
1 parent 5a8f7d8 commit 7888a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DockerCompletion/Compose/completers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ Refer to https://docs.docker.com/go/formatting/ for more information about forma
}

Register-Completer docker_compose_pull -Option {
COMPGEN --dry-run Switch 'Execute command in dry run mode'
COMPGEN --ignore-buildable Switch 'Ignore images that can be built'
COMPGEN --ignore-pull-failures Switch 'Pull what it can and ignores images with pull failures'
COMPGEN --include-deps Switch 'Also pull services declared as dependencies'
COMPGEN --no-parallel Switch 'DEPRECATED disable parallel pulling'
COMPGEN --parallel Switch 'DEPRECATED pull multiple images in parallel'
COMPGEN --policy string 'Apply pull policy ("missing"|"always")'
COMPGEN '-q' Switch 'Pull without printing progress information'
COMPGEN --quiet Switch 'Pull without printing progress information'
}
Expand Down

0 comments on commit 7888a04

Please sign in to comment.