-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Cfn deploy tag support #3106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cfn deploy tag support #3106
Conversation
| True | ||
| ) | ||
|
|
||
| print self.deploy_command.parse_key_value_arg.call_args_list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rogue print statement.
Codecov Report
@@ Coverage Diff @@
## develop #3106 +/- ##
==========================================
Coverage ? 95.93%
==========================================
Files ? 166
Lines ? 12616
Branches ? 0
==========================================
Hits ? 12103
Misses ? 513
Partials ? 0
Continue to review full report at Codecov.
|
|
I happened to force git push to my fork which broke CodeCov's diff-level coverage. I assume this isn't a problem since |
* Including stage resource yaml in pip. * Bumping patch version Co-authored-by: Tarun Mall <tarun@amazon.noreply.github.com>
Taking over #2620 and #3105. This PR modifies the tags parameter to be specified in
mykey=myvalueformat instead of the{Key="mykey", Value="myvalue"}format. This keeps the tags parameter format consistent with --parameter-overrides