File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN apk upgrade --no-cache \
3232RUN pipx ensurepath --global \
3333 && pipx install --global \
3434 csvkit==2.1.0 \
35+ remarshal==1.2.0 \
3536 json2yaml==1.2.0 \
3637 jsonfmt==0.2.7
3738
Original file line number Diff line number Diff line change @@ -15,18 +15,19 @@ services:
1515 csvsql --version # csvkit
1616 curl --version # curl
1717 dasel --version # dasel
18+ echo | prettyjson # prettyjson
1819 git --version # git
1920 jf -v # jsonfmt
2021 jq --version # jq
21- json2yaml --version # json2yaml
2222 jslint --version # jsonlint
23+ json2yaml --version # json2yaml
2324 jsonlint --help # jsonlint
2425 npm --version # npm
2526 openssl --version # openssl
2627 pip --version # py3-pip
2728 pipx --version # pipx
2829 prettier --version # prettier
29- echo | prettyjson # prettyjson
3030 python --version # python3
31+ remarshal --version # remarshal
3132 v8r --version # v8r
3233 '
You can’t perform that action at this time.
0 commit comments