aws / aws/aws-cli

aws cloudformation multiple --parameters flags

Open
#3,251 11 comments 52 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.