Skip to main content
Version: 2.14 (deprecated)

experimental-explorer


pants experimental-explorer [args]

Run the Pants Explorer Web UI server.

Backend: pants.goal

Config section: [experimental-explorer]

Basic options

address

--experimental-explorer-address=<str>
PANTS_EXPERIMENTAL_EXPLORER_ADDRESS
pants.toml
[experimental-explorer]
address = <str>
default: localhost

Server address to bind to.

port

--experimental-explorer-port=<int>
PANTS_EXPERIMENTAL_EXPLORER_PORT
pants.toml
[experimental-explorer]
port = <int>
default: 8000

Server port to bind to.

Advanced options

None

Deprecated options

None

None