Hi folks, is there a way to preinstall a plugin without running a sync first? For example,
cloudquery plugin install cloudquery/file@v3.4.5
(just like what Steampipe does). I just read the documentation, and seemingly there’s no way to do it for now. Otherwise, will this be implemented in the future?
I was trying to build a Docker image with the CloudQuery plugin preinstalled in it. I know I could use a volume to cache it, but the requirement was to run this on an ephemeral machine like ECS (where it costs to have network traffic from outside AWS), and I couldn’t use volumes due to the requirement as well.
cloudquery migrate
works as a workaround. However, cloudquery tables somehow only downloaded the source plugins and not the destination ones.