Hey Team , how to change DE store to US i have ch...
# help
r
Hey Team , how to change DE store to US i have changed in modified testing store in deploy.dev.yml file and runned the docker/sdk bootstrap deploy.dev.yml but it is not reflecting how can i solve this ? ╭─/data | Store: DE | Env: docker.dev | Debug: (.) | Testing: (.) ╰─$
w
docker/cli APPLICATION_STORE=US vendor/bin/console <your command>
šŸ‘ 1
w
or try
SPRYKER_STORE=US docker/sdk cli
to switch for the whole
cli
session
šŸ‘ 2
r
thank you guys