CLI Usage Document

Unless my search was incomplete, there does not seem to be a page in the Prometheus Documentation that lists all of the command line interface usage flags. If I am wrong, please point me to the page.

If I am correct, why is this the case? Is this an oversight or was there an intentional decision made to exclude such a page from the documentation?

If I go to the command line, install Prometheus and then type:

$ prometheus --help

I will of course see all of the Flags and their descriptions. Very nice. Yet why not also include that on the website? Is it because Flags could change over time and updating the website is tedious?