nice-florist-55958
06/15/2022, 8:58 PMv2.13.dev5 . Are there plans to let the export goal accept addresses to specific python_requirements targets? I saw in an example the use of ./pants export :: but when trying to use a specific address it still resolves everything in pants.toml . Didn't see any documented args, so didn't try anything else to see if it's my own mistake (https://www.pantsbuild.org/v2.12/docs/reference-export)happy-kitchen-89482
06/15/2022, 9:51 PMnice-florist-55958
06/15/2022, 10:37 PM3rdparty:3rdparty
One very minor issue-- when the command executes, it doesn't give any sort of status on what it's doing. Since it can take awhile to export everything, Pants appears frozen until it finishes.happy-kitchen-89482
06/16/2022, 10:02 PMexport :: will always export all the tool venvs? cc @hundreds-father-404hundreds-father-404
06/16/2022, 10:28 PMgenerate-lockfiles --resolve=<black>. CLI specs like :: don't map to toolshappy-kitchen-89482
06/16/2022, 11:08 PM