curved-manchester-66006
02/23/2024, 6:28 PMbroad-processor-92400
02/23/2024, 6:42 PMcurved-manchester-66006
02/23/2024, 6:52 PMStrListOrMaybeJustStrOption?
No problem, we virtually sit next to each other.broad-processor-92400
02/23/2024, 7:42 PMnutritious-hair-72580
02/23/2024, 11:47 PMListOfDictStringToStringField ?happy-kitchen-89482
02/24/2024, 12:39 AM--option=foo as shorthand for --option="+['foo']" (and similarly for config and env vars), so switching to a list-valued option usually doesn't break existing configs or cmd-lines that assumed a scalar of the same typehappy-kitchen-89482
02/24/2024, 12:40 AMbroad-processor-92400
02/24/2024, 12:40 AMnutritious-hair-72580
02/24/2024, 12:43 AMdocker_image(
name="with-local-cache-backend",
cache_to={
"type": "local",
"dest": "/tmp/docker-cache/pants-example"
},
cache_from=[
{
"type": "local",
"src": "/tmp/docker-cache/pants-example"
},
{
"type": "local",
"src": "/tmp/docker-cache/pants-example2"
},
]
)nutritious-hair-72580
02/24/2024, 3:56 AMnutritious-hair-72580
02/24/2024, 3:57 AM