Currently the command line document for -target it says applicable values are all, distributor, ingester, querier, query-frontend, table-manager, ruler, alertmanager, configs.
However, reading coretex/modules.go it looks like there are more possible values for -target; take data-purger for example.
I am wondering if this intentionally so, or it was just the document was not updated after adding new module? If it's the later case, I would love to work on this and make the document dynamic, so we don't have to remember to update the document when adding new module.