This message was deleted.
# general
b
This message was deleted.
w
Hi @rapid-finland-58302! Infracost’s CI/CD integrations focus on diffs, but you can add a step in GH Actions after the comment step, to produce a table output in the logs:
Copy code
infracost output --path=/tmp/infracost.json --format table
There’s also
--format=html
. Is that the sort of thing you had in mind? Semi-related to the above, Infracost Cloud can be used to see breakdown and diff from all runs across all CI/CD pipelines.