Add --except/--only to ./dev/start.sh
Created by: mrnugget
This allows us to start only a subset of the services in Procfile
:
Start only 3 services:
./dev/start.sh --only frontend,gitserver,repo-updater
Start every service in Procfile, except these two:
./dev/start.sh --except grafana,prometheus