django-simple-deploy icon indicating copy to clipboard operation
django-simple-deploy copied to clipboard

Implement a --check flag

Open ehmatthes opened this issue 3 years ago • 0 comments

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.

ehmatthes avatar Jun 09 '22 01:06 ehmatthes