Deploying to multiple projects

Sometimes it is useful to deploy the same code library to different projects in Interplay.

You can do this using the --targets option.

interplay init --target mytarget

This will popup the browser to initialise the new target and populate the team and project for mytargetin your targets.json file. Your existing interplay.config.js is preserved.

You can then run the other CLI commands as normal, and append --target mytarget to use your new target.