millions-psychiatrist-72923
05/27/2022, 9:55 PMdeploy that changed since origin/main?
I tried ./pants run --changed-since=origin/main --changed-dependees=transitive ":deploy" but that gave me
You used `--changed-since` at the same time as using target arguments. Please use only one.hundreds-father-404
05/27/2022, 9:59 PM./pants --changed-since=... filter --address-regex='blah blah'
Note that I'm using filter because you can only run one thing at a time. So you could save the output and then invoke Pants sequentiallymillions-psychiatrist-72923
05/31/2022, 5:51 PM