Skip to content

Commit

Permalink
Merge pull request #88 from deknos/processing-tools
Browse files Browse the repository at this point in the history
add yj
  • Loading branch information
leucos committed Mar 13, 2021
2 parents e5580ff + b96c882 commit 3570c8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ Currently supported distributions are:
- [vault](https://www.hashicorp.com/products/vault)
- [vmctl](https://github.com/VictoriaMetrics/vmctl)
- [yh](https://github.com/andreazorzetto/yh)
- [yj](https://github.com/sclevine/yj)
- [yq](https://github.com/mikefarah/yq)
- [ytt](https://get-ytt.io/)

Expand Down
12 changes: 12 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,18 @@ sources:
binaries:
- yh

yj:
description: Convert between YAML, TOML, JSON, and HCL.
list:
type: github-releases
url: https://api.github.com/repos/sclevine/yj/releases
fetch:
url: https://github.com/sclevine/yj/releases/download/v{{ .Version }}/yj-{{ .OS }}
install:
type: direct
binaries:
- yj

yq:
description: a lightweight and portable command-line YAML processor
list:
Expand Down

0 comments on commit 3570c8f

Please sign in to comment.