Go to file
Brad Rydzewski 6f4d6dfb39 fix 0.8 deploy event conversion 2020-03-26 12:25:14 -07:00
samples add license headers 2019-02-10 11:00:16 -08:00
yaml fix 0.8 deploy event conversion 2020-03-26 12:25:14 -07:00
.drone.yml update yaml 2019-02-21 17:01:17 -08:00
.gitignore support for yaml merge keys 2019-05-29 18:21:23 -07:00
CHANGELOG.md update CHANGELOG for 1.2.3 [CI SKIP] 2020-01-16 10:52:20 -08:00
LICENSE improve headers 2019-03-17 12:14:12 -07:00
NOTICE Update notice [CI SKIP] 2019-02-19 19:53:09 -08:00
README.md revert pull request #17 2019-03-17 18:37:29 -07:00
go.mod tweak branch conversion logic per feedback 2019-07-29 13:38:27 -07:00
go.sum tweak branch conversion logic per feedback 2019-07-29 13:38:27 -07:00
main.go add repository address to convert command 2019-07-18 18:25:29 -07:00

README.md

Package yaml provides a parser, linter, formatter and compiler for the drone configuration file format.

Lint the yaml file:

$ drone-yaml lint samples/simple.yml

Format the yaml file:

$ drone-yaml fmt samples/simple.yml
$ drone-yaml fmt samples/simple.yml --save

Sign the yaml file using a 32-bit secret key:

$ drone-yaml sign 642909eb4c3d47e33999235c0598353c samples/simple.yml
$ drone-yaml sign 642909eb4c3d47e33999235c0598353c samples/simple.yml --save

Verify the yaml file signature:

$ drone-yaml verify 642909eb4c3d47e33999235c0598353c samples/simple.yml

Compile the yaml file:

$ drone-yaml compile samples/simple.yml samples/simple.json