aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

Add in no-docker and use-docker override to submit command #970

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #969

Add in CLI packaging overrides to submit command for cfn submit --no-docker and cfn submit --use-docker

This will override the use_docker settings in .rpdk-config file when building the package.

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