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

cdk cli/plugin formatting of cloudformation output to file or callback #2193

Closed
puttyman opened this issue Apr 7, 2019 · 3 comments
Closed
Assignees
Labels
effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI

Comments

@puttyman
Copy link

puttyman commented Apr 7, 2019

After a successful stack deployment cdk outputs the stack details to stdout.

It would be great to have cdk cli or plugin support to have output values of the cf stack to a file or for further processing through a callback function.

@rix0rrr
Copy link
Contributor

rix0rrr commented Apr 8, 2019

Do you mean stack ARN and outputs?

@sam-goodwin sam-goodwin added feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI labels Apr 11, 2019
@iDVB
Copy link

iDVB commented Apr 20, 2019

@rix0rrr Similar to this... https://github.com/sbstjn/serverless-stack-output but for CDK.
Googling around trying to find something like this or an example of a plugin so I might attempt at creating one.

@eladb eladb assigned shivlaks and unassigned shivlaks Aug 12, 2019
@shivlaks shivlaks added effort/large Large work item – several weeks of effort effort/medium Medium work item – several days of effort and removed effort/large Large work item – several weeks of effort labels Feb 5, 2020
@shivlaks
Copy link
Contributor

shivlaks commented Aug 7, 2020

support for specifying a file to store stack outputs to a file when deploying a stack was added in #7020

@shivlaks shivlaks closed this as completed Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI
Projects
None yet
Development

No branches or pull requests

5 participants