deploy
deploy copied to clipboard
Add a --wait flag to wait for commit status checks to pass
This would be kind nice, especially as we move things to docker, where we can't deploy until the image is built (commit status checks pass). This flag would cause the CLI to wait for commit status checks to pass instead of returning:
Commit status checks failed. You can bypass commit status checks with the --force flag.