1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-24 11:48:01 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Brad Rydzewski
984c5ecc2e
Update jsonnet.go 2021-05-27 17:47:51 -04:00
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
Brad Rydzewski
c1aa9f43e5 initial implementation for #387 2018-11-26 13:32:34 -08:00
Brad Rydzewski
8e04327c6b update jsonnet with format 2018-09-14 17:25:54 -07:00
Brad Rydzewski
866a1ff755 added drone jsonnet stdlib 2018-08-26 19:40:06 -07:00
Brad Rydzewski
54e0c76f97 adds experimental jsonnet command 2018-05-14 11:03:05 -07:00