agile-learning-institute / mentorHub

9 stars 3 forks source link

Reduce feature bloat #100

Closed MyNameIsAndrew-Mangix closed 3 weeks ago

MyNameIsAndrew-Mangix commented 2 months ago
          I do think this utility is starting to suffer from a bit of feature bloat. Here are a few areas I think we can simplify,

I that might dry things a tiny bit, but it would help remove bloat.

Originally posted by @FlatBallFlyer in https://github.com/agile-learning-institute/mentorHub/pull/98#pullrequestreview-2058605391

          To list profiles
docker compose -f "$INSTALL_PATH/docker-compose.yaml" config --profiles

To list services

docker compose -f "$INSTALL_PATH/docker-compose.yaml" --profile '*' config --services

For a command to list profiles, see also #51

Originally posted by @michquinn in https://github.com/agile-learning-institute/mentorHub/issues/98#issuecomment-2113931917