steampipe
steampipe copied to clipboard
cannot disable cache?
I'm using the Vercel plugin to monitor deployments. I have tried:
STEAMPIPE_CACHE_TTL=0 steampipe query
and
connection "vercel" {
plugin = "vercel"
cache = false
and also, in the spc:
cache_ttl = 0
When I push a change I see a deployment in the Vercel UI, but when I query deployments I don't see it unless I do a .cache clear
and requery.