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
--build flag to the deploy command similar to how we have on the run command.
Currently, the
deploycommand assumes that the project has already been built or packaged.We should either (or both):
--buildflag to thedeploycommand similar to how we have on theruncommand.