aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

feat(cli): no-docker option #242

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #227

This is to allow for a --no-docker option from the command line. This will also suppress the prompt asking to confirm no-docker usage.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.