“add the following after // Configuire the rest of your application here”:
No such comment in the file as built from template.
I assumed this would be at the end of the file, and everything worked just fine.
‘vapor cloud run --env=production “revert --all --yes”’ aborts with message: “[CommandError.excessInput: Too many arguments or unsupported options were supplied: [”–env=production"]]".
Running the command without --env=production and manually specifying the production environment when prompted reverts the db as expected.