mirror of
https://github.com/docker/compose.git
synced 2025-08-24 11:08:12 +02:00
For command completion of `docker-compose --profile`, we need a portable way to get a list of profiles used in the current config. This commit adds a new option `docker-compose config --profiles`. Signed-off-by: Harald Albers <github@albersweb.de>