Just a quick question from me trying to start with the tool on Windows. A very basic and stupid one: where can I find the CloudQuery folders to set up the sources, destinations, etc.?
I have set it up using the command in the documentation using PowerShell. The log is empty, and I was able to authenticate, so it seems to work
What do you mean by storing them locally? When you run the CloudQuery CLI (e.g. cloudquery sync myconfig.yml), it will download any plugins in your configuration to the .cq directory under the current working directory.
So the CloudQuery CLI will download any plugins it needs for you.
The default working directory is the current one, and plugins will be downloaded to a .cq directory under it. You can pass --cq-dir <path-to-dir> to modify the default.