Get an Overview of Your Recent Pants Activity
Problem
You need a list of goals that you have recently run, combined with the output of those runs.
Solution
The server
goal will start up a local web server that you can use to access information about your recent Pants usage:
$ ./pants server
Launching server with pid 85420 at http://localhost:57466
Set the -o
or --open
flag to automatically open the browser.
The UI looks like this:
To kill the server:
$ ./pants killserver
For more info, see Reporting Server.
See Also
Generated by publish_docs
from dist/markdown/html/src/docs/common_tasks/server.html 2022-12-03T01:09:00.364065