Append to file for extract queries #82
CarsonRuns
started this conversation in
Ideas
Replies: 1 comment
-
|
We are currently in the process of designing a better flow for bulk extraction. I'll create an issue when we have this design fleshed out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When doing an extract, I want to be able to group resources based on logical associations. For instance, I would like to be able to keep
AWS::EC2::VPC,AWS::EC2::VPCGatewayAttachmentandAWS::EC2::VPCDHCPOptionsAssociationall in one file. One way to achieve this would be to allow appending to an existing file. The extract command would have to be executed three times on the same file name.Beta Was this translation helpful? Give feedback.
All reactions