mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
introduce --filter option on compose ls
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
9e1ec76da8
commit
f33eff5903
12 changed files with 48 additions and 30 deletions
|
|
@ -77,7 +77,7 @@ func (p *proxy) Services(ctx context.Context, request *composev1.ComposeServices
|
|||
}
|
||||
|
||||
func (p *proxy) Stacks(ctx context.Context, request *composev1.ComposeStacksRequest) (*composev1.ComposeStacksResponse, error) {
|
||||
stacks, err := Client(ctx).ComposeService().List(ctx, request.ProjectName)
|
||||
stacks, err := Client(ctx).ComposeService().List(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue