Skip to content

Instantly share code, notes, and snippets.

@caseyw
Created June 29, 2023 12:21
Show Gist options
  • Save caseyw/0ac0d9bfaa4883ff05cf048e74c22a9b to your computer and use it in GitHub Desktop.
Save caseyw/0ac0d9bfaa4883ff05cf048e74c22a9b to your computer and use it in GitHub Desktop.
How do you create a concatenated string of your assets in a manifest.json?
jq -r 'map({(.name): (.assets | join(", "))}) | add' manifest.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment