Hi, is there a way to show vcsSubPath on the gitla...
# general
g
Hi, is there a way to show vcsSubPath on the gitlab comment instead of project name with full path to the directory
nvm, found it that we can set project name when running infracost breakdown command
c
Make sure you set
project-name
for both
breakdown
and
diff
commands. The matching for the diff is based on the name. There is an explanation in the docs here.
g
got it, thanks