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
316 stars 158 forks source link

feat(cli) - specify typeConfiguration file with new --typeconfig option #957

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #956

Added new --typeconfig option to specify location of typeconfiguration file. Defaults to ~/.cfn-cli/typeConfiguration.json but can now be overwritten.

README also updated.

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

mmaeng commented 1 year ago

based this off wrong branch. Will correct and submit again