Skip to content

Commit

Permalink
Compose 2.26.1: new config --variables
Browse files Browse the repository at this point in the history
and add `--dry-run`

See docker/compose#11643
  • Loading branch information
matt9ucci committed Apr 8, 2024
1 parent 7e4e7bf commit 5a8f7d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DockerCompletion/Compose/completers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Register-Completer docker_compose_build -Option {
}

Register-Completer docker_compose_config -Option {
COMPGEN --dry-run Switch 'Execute command in dry run mode'
COMPGEN --format string 'Format the output. Values: [yaml | json]'
COMPGEN --hash string 'Print the service config hash, one per line.'
COMPGEN --images Switch 'Print the image names, one per line.'
Expand All @@ -95,6 +96,7 @@ Register-Completer docker_compose_config -Option {
COMPGEN --quiet Switch 'Only validate the configuration, don''t print anything'
COMPGEN --resolve-image-digests Switch 'Pin image tags to digests'
COMPGEN --services Switch 'Print the service names, one per line.'
COMPGEN --variables Switch 'Print model variables and default values.'
COMPGEN --volumes Switch 'Print the volume names, one per line.'
}

Expand Down

0 comments on commit 5a8f7d8

Please sign in to comment.