diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2023-11-23 22:19:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 12:19:04 -0800 |
| commit | 2b354f405bf4c8cd13f364811efafa175d22afe7 (patch) | |
| tree | 8e47e99fb62523498567e39da1129fed06ed19af /test/formatters/installers | |
| parent | 615b0f5591c922292e7c51cafc7bb0d2c8821f07 (diff) | |
Add support for `yq` (#250)
<!--
To expedite the pull request process, please see the contributor guide
for my projects:
<https://github.com/raxod502/contributor-guide>
-->
Diffstat (limited to 'test/formatters/installers')
| l--------- | test/formatters/installers/yq-csv.bash | 1 | ||||
| l--------- | test/formatters/installers/yq-json.bash | 1 | ||||
| l--------- | test/formatters/installers/yq-properties.bash | 1 | ||||
| l--------- | test/formatters/installers/yq-tsv.bash | 1 | ||||
| l--------- | test/formatters/installers/yq-xml.bash | 1 | ||||
| -rw-r--r-- | test/formatters/installers/yq-yaml.bash | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/test/formatters/installers/yq-csv.bash b/test/formatters/installers/yq-csv.bash new file mode 120000 index 0000000..9316c89 --- /dev/null +++ b/test/formatters/installers/yq-csv.bash @@ -0,0 +1 @@ +yq-yaml.bash
\ No newline at end of file diff --git a/test/formatters/installers/yq-json.bash b/test/formatters/installers/yq-json.bash new file mode 120000 index 0000000..9316c89 --- /dev/null +++ b/test/formatters/installers/yq-json.bash @@ -0,0 +1 @@ +yq-yaml.bash
\ No newline at end of file diff --git a/test/formatters/installers/yq-properties.bash b/test/formatters/installers/yq-properties.bash new file mode 120000 index 0000000..9316c89 --- /dev/null +++ b/test/formatters/installers/yq-properties.bash @@ -0,0 +1 @@ +yq-yaml.bash
\ No newline at end of file diff --git a/test/formatters/installers/yq-tsv.bash b/test/formatters/installers/yq-tsv.bash new file mode 120000 index 0000000..9316c89 --- /dev/null +++ b/test/formatters/installers/yq-tsv.bash @@ -0,0 +1 @@ +yq-yaml.bash
\ No newline at end of file diff --git a/test/formatters/installers/yq-xml.bash b/test/formatters/installers/yq-xml.bash new file mode 120000 index 0000000..9316c89 --- /dev/null +++ b/test/formatters/installers/yq-xml.bash @@ -0,0 +1 @@ +yq-yaml.bash
\ No newline at end of file diff --git a/test/formatters/installers/yq-yaml.bash b/test/formatters/installers/yq-yaml.bash new file mode 100644 index 0000000..0f36849 --- /dev/null +++ b/test/formatters/installers/yq-yaml.bash @@ -0,0 +1 @@ +curl -fsSLo /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && chmod +x /usr/local/bin/yq |
