https://infracost.io logo
#help
Title
a

ancient-jewelry-73631

07/06/2023, 3:07 PM
hey all - Since there's a bug with EB + dynamic "settings" blocks, I'm looking for a workaround. Using pre-generated plan files might work, but I have a repo with 3 directories - production, staging, and demo. My plan is to create a plan file for each, and run
breakdown --path plan-x.json
for each. How does that sound? Would I be able to combine the infracost breakdown files from all 3 directories into one PR comment?
c

crooked-daybreak-55253

07/06/2023, 3:16 PM
Yeah you can pass multiple breakdown jsons to the
comment
command by setting
--path
to be a glob (
--path=breakdown.*.json
) or passing it multiple times (`--path=breakdown.1.json --path=breakdown.2.json`` )
a

ancient-jewelry-73631

07/06/2023, 3:36 PM
I see, let me try that
2 Views