amazon-emr-cli
amazon-emr-cli copied to clipboard
Add a build flag on deploy
Currently, the deploy command assumes that the project has already been built or packaged.
We should either (or both):
- Add some safeguards to prevent deploying if the artifacts don't exist
- Add a
--buildflag to thedeploycommand similar to how we have on theruncommand.