1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-19 01:11:34 +01:00
drone-cli/drone/jsonnet
sh0rez 02714e352d
feat(jsonnet): support setting extVars
`extVars` are a concept of Jsonnet that allow to inject data into the compiler
from the command line.

At Grafana, we have a build-image whose tag must be consistent across all CI
systems, so we use such an extVar for this.

To be able to adopt drone-cli (were using plain `jsonnet` before) we need this
functionality exposed :D
2019-11-16 13:11:28 +01:00
..
jsonnet.go feat(jsonnet): support setting extVars 2019-11-16 13:11:28 +01:00
nativefuncs.go rollback parseYaml native jsonnet function 2018-11-27 10:42:38 -08:00