2018-02-16 14:34:04 +00:00
|
|
|
name: yq
|
2023-12-04 00:17:53 +00:00
|
|
|
version: 'v4.40.4'
|
2023-11-30 04:23:05 +00:00
|
|
|
summary: A lightweight and portable command-line data file processor
|
2018-02-16 14:34:04 +00:00
|
|
|
description: |
|
2023-11-30 04:23:05 +00:00
|
|
|
`yq` uses [jq](https://github.com/stedolan/jq) like syntax but works with yaml, json, xml, csv, properties and TOML files.
|
2020-03-04 04:32:26 +00:00
|
|
|
base: core18
|
2018-02-16 17:14:28 +00:00
|
|
|
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
2019-03-24 22:28:06 +00:00
|
|
|
confinement: strict
|
2018-02-16 14:34:04 +00:00
|
|
|
apps:
|
|
|
|
yq:
|
|
|
|
command: yq
|
2023-03-28 22:22:25 +00:00
|
|
|
plugs: [home, removable-media]
|
2018-02-16 14:34:04 +00:00
|
|
|
parts:
|
|
|
|
yq:
|
|
|
|
plugin: go
|
2023-02-10 17:06:16 +00:00
|
|
|
go-channel: 1.20/stable
|
2018-02-16 14:34:04 +00:00
|
|
|
source: .
|
2020-03-04 04:21:09 +00:00
|
|
|
source-type: git
|
2018-02-16 14:34:04 +00:00
|
|
|
go-importpath: github.com/mikefarah/yq
|