steampipe icon indicating copy to clipboard operation
steampipe copied to clipboard

cannot disable cache?

Open judell opened this issue 2 years ago • 0 comments

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.

judell avatar Sep 21 '22 03:09 judell