Skip to content
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

stack-deploy() #123

Closed
mbailey opened this issue May 29, 2018 · 1 comment
Closed

stack-deploy() #123

mbailey opened this issue May 29, 2018 · 1 comment

Comments

@mbailey
Copy link
Contributor

mbailey commented May 29, 2018

[Keep an eye on aws/aws-cli#2828]

WIP #125 - quick hack which worked. I want to think it through before merging.

  • Accept parameter file used by stack-create(), stack-update()
$ jp --unquoted --filename pc-proxy-params-staging.json  "join(' ', @[].join('=', [ParameterKey, ParameterValue])[])"
HostedZone=example.com KeyName=example-ap-southeast-2 TargetPort=8080 VpcStackName=vpc-example

or withjq:

$ aws cloudformation deploy --parameter-overrides $(jq -r '.[] | [.ParameterKey, .ParameterValue] | join("=")' param.json)
@mbailey
Copy link
Contributor Author

mbailey commented May 30, 2018

stack-deploy loses ability to tail events
I don't see it giving us much over stack-create/stack-update

@mbailey mbailey closed this as completed May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant