Hi again, I am trying to run CloudQuery inside Docker and I usually invoke the CLI command from my application code:
cloudquery sync
But after the latest updates with auth, I am unable to run the same command despite setting API_KEY as an environment variable. Any tips on how to do this correctly?
Hey Erez, sure let me try this once.
For now, I just add all my variables in an .env file and pass it at the time of running the Docker container.
Hey @erez, sorry it took me some time. I was testing it, and it is working for now.