django-simple-deploy
django-simple-deploy copied to clipboard
Implement a --check flag
Implement a --check flag, after requiring the --platform flag. The --check flag inspects the project and system, and looks for any obvious reason that the deployment would fail. It generates a message stating any known obstacles to deploying to the requested platform, such as not having a CLI installed. If --check identifies no issues, list the deployment options for the requested platform, and list any requirements that we don't check for explicitly.