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

add guide for uisng jq to strip comments from packer template #7547

Merged
merged 1 commit into from
Apr 23, 2019

Conversation

SwampDragons
Copy link
Contributor

Lotsa people want comments; let's make it easy for them to preprocess templates.

@SwampDragons SwampDragons requested a review from a team as a code owner April 22, 2019 22:35
```

```sh
jq 'walk(if type == "object" then del(._comment) else . end)' commented_template.json > uncommented_template.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh neat shim ! I didn't know we could do that with jq !

@azr azr merged commit 5399e8a into master Apr 23, 2019
@azr azr deleted the comment_guide branch April 23, 2019 13:26
@ghost
Copy link

ghost commented Mar 29, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Mar 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants