Hello, We used to deploy to multiple accounts from...
# suitecommerce
v
Hello, We used to deploy to multiple accounts from our dev tools before 23.1.x Now since we have to use an .env file which has the key and secret for a particular account, how can we configure our dev tools to deploy to multiple accounts via the --to command option (since the .env file will only hold the token for a single account)?
s
There's no native way to handle this. IMO, just paste credentials of all accounts in the .env file and comment them out. When you want to deploy some changes to a specific account, just uncomment the credentials for that account in the .env file.
v
@Sohan Kumar Dash Got it. I was planning to do the same! Thanks. :)