Hello !
I’m want to whitelist the IP of my CircleCI runner then delete the IP in the whitelist. The goal is to dump locally my database to use it during test.
The issue is that if I want to use API authentication in CLI I have to use atlas config init
and this command will be executed in a script, I can’t prompt the keys during the script. How can I authenticate to Atlas using Atlas CLI without have to manually prompt some credentials?