Ricardo Saffi Marques

Results 7 comments of Ricardo Saffi Marques

I tried this (very hacky) workaround (I'm using `ubuntu-latest` on my GitHub Actions runner): ```bash /usr/bin/expect

What I ended up doing, for now (but sucessfully): built the `~/.docker/config.json` by hand. For the JWT token, I get it with a cURL request directly to the API. 🤷🏻‍♂️...

I will dare say: please add an option of `--no-colors`. Makes life easier for scripting!

Hello @kamaln7! Thanks for the prompt reply! Actually I stand corrected on that. Yes, there's already the possibility of doing a stateful change of context like that; so no need...

One more use-case for this right here! :hand: And same reason: safe rollout of the service on different clusters (different providers, even), so multiple `external-dns` instances.

For now, to bypass this I've gone ahead and grabbed the `package.json` from the `medusajs/medusa` repository and put it into the `backend` folder, and re-run `docker-compose up --build`, which did...

Hmmm, there are actually quite a few other issues. 😓