Is it possible to pass different configuration files, probably different coderunner.json files to the coderunner executable?
I have a couple of environments and I’m doing npm run deploy to deploy my changes to that specific environment, but would be nice to do something like npm run deploy --production so the coderunner deploys to the correct invironment.
I see the coderunner.json file has the application id in there so I’ve been changing the values back and forth to deploy to the corresponding environment but would be great if I can do this automatically.