Created
June 29, 2023 12:21
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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