What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

We just had an interesting case at our foundations workshop: if you use the new dockersetup and try

USX5CJLS1
USX5CJLS1 Posts: 16 🧑🏻‍🚀 - Cadet
edited January 2020 in Help

We just had an interesting case at our foundations workshop: if you use the new dockersetup and try to call console commands over cli for a specific store we had a problem. With default configuration docker/sdk clienters the DE-container if you run for eg. APPLICATION_STORE=US console data:import:antelope there it still runs the commands in DE-store context . this can be avoided by using the right container with APPLICATION_STORE=US docker/sdk cli then the commands in there did run in the expected way. maybe you can address this, because this could cause confusion

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    We are considering the way to make it more reliable.

    The only way we see now - is just command prehook and propagating proper environment variables for the command.