cirrus-ci-docs icon indicating copy to clipboard operation
cirrus-ci-docs copied to clipboard

Human Readable Config Schema

Open fkorotkov opened this issue 5 years ago • 0 comments

Description

Need to generate a human readable schema similar to the JSON one: http://json.schemastore.org/cirrus

Should describe all the required fields and optional fields as well as "combinable" fields like env:

env:
  FOO: foo

task:
  env: # will be combine with the one above
    BAR: bar 

fkorotkov avatar Jun 14 '19 02:06 fkorotkov