Skip to content

docker-compose config --profiles equivalent to docker-compose config --services #8211

Description

@bwateratmsft

Determining the list of profiles from a group of Compose documents currently requires using docker-compose config and parsing the output. However, determining the list of services can be done with simply docker-compose config --services, and they will be listed, one per line--no parsing required.

A docker-compose config --profiles equivalent would be helpful to avoid needing to parse anything, offering the same benefit as docker-compose config --services.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions