Skip to content

Commit

Permalink
Compose 2.26.1: add --no-trunc and --orphans to ps
Browse files Browse the repository at this point in the history
  • Loading branch information
matt9ucci committed Apr 8, 2024
1 parent 2634ac3 commit 7e4e7bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DockerCompletion/Compose/completers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,16 @@ Register-Completer docker_compose_port -Option {
Register-Completer docker_compose_ps -Option {
COMPGEN '-a' Switch 'Show all stopped containers (including those created by the run command)'
COMPGEN --all Switch 'Show all stopped containers (including those created by the run command)'
COMPGEN --dry-run Switch 'Execute command in dry run mode'
COMPGEN --filter string 'Filter services by a property (supported filters: status)'
COMPGEN --format string 'Format output using a custom template:
''table'': Print output in table format with column headers (default)
''table TEMPLATE'': Print output in table format using the given Go template
''json'': Print in JSON format
''TEMPLATE'': Print output using the given Go template.
Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates'
COMPGEN --no-trunc Switch 'Don''t truncate output'
COMPGEN --orphans Switch 'Include orphaned services (not declared by project)'
COMPGEN '-q' Switch 'Only display IDs'
COMPGEN --quiet Switch 'Only display IDs'
COMPGEN --services Switch 'Display services'
Expand Down

0 comments on commit 7e4e7bf

Please sign in to comment.