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

No-docker option in the CLI missing #227

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

use-docker switch was done but corresponding "no-docker" switch is missing.

mmaeng commented 1 year ago

This is the relevant PR in typescript we would want to replicate in the python plugin https://github.com/aws-cloudformation/cloudformation-cli-typescript-plugin/pull/90