Nicholas Culver
cmd/infracost/run.go
, updated the Config
struct in internal/config/config.go
, added an []*Config
to the ConfigFileSpec
struct in internal/config/config_file.go
and I know that doRequest
in internal/apiclient/client.go
is where I need to add in the TLS configuration for the API calls but I think there's some intermediate plumbing that I'm still trying to sort out.Alistair (Infracost)
[]*Config
to the ConfigFileSpec
struct?Nicholas Culver
infracost configure
) so you could specify them once in a local usage scenario rather than continuously flagging or setting environment variables.