Is there a way to prefetch dependencies to cache? ...
# general
k
Is there a way to prefetch dependencies to cache? I'm trying to test openAI Codex, but the agent don't have internet after setup, and pants fetches when needed. Is there a magic command to run to download all dependencies to the cache? Currently I'm trying
pants export --resolve={my_resolves}
.
c
https://www.pantsbuild.org/stable/docs/using-pants/restricted-internet-access#installing-pants has information on Restricted Internet access, which isn't quite the same as no access.