Skip to main content
Version: 2.0 (deprecated)

cookies


Manages HTTP cookies.

Backend: ``

Config section: [cookies]

Basic options

None

Advanced options

None

Deprecated options

path

--cookies-path=<str>
PANTS_COOKIES_PATH
pants.toml
[cookies]
path = <str>
default: $XDG_CACHE_HOME/pants/auth/cookies
Deprecated, will be removed in version: 2.1.0.dev0.
The option `--cookies-path` does not do anything and the `[cookies]` subsystem will be removed.

Path to file that stores persistent cookies. Defaults to <pants bootstrap dir>/auth/cookies.

None