aws cloudformation multiple --parameters flags
Open
cloudformation
feature-request
p3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
It should be possible to
```
aws cloudformation create-stack --parameters file://p.json --parameters "ParameterKey=AdditionaParam,ParameterValue=some_value"
```
Such that one can provide parameters from both a file and in line. It seems that is not possible now, but sadly the command does not exit with an error stating so. Either add the feature or make an error handler.
Contributor guide
Assessment
This issue has not been assessed yet.