docker-compose-viz icon indicating copy to clipboard operation
docker-compose-viz copied to clipboard

Exclude or suppress services?

Open abelfiore opened this issue 3 years ago • 1 comments

Is there a way to blacklist, suppress or exclude services? In other words, the opposite of the "only" parameter?

abelfiore avatar Jun 17 '21 12:06 abelfiore

This feature is being introduced in the rewrite-v2 branch.

If you want to give it a try, here is how you can do it:

bin/dcv render --exclude service-1 --exclude service-3 --include service-2

jubianchi avatar Oct 28 '22 10:10 jubianchi