grim/convey

Add extends to readme.

2017-09-14, Eric Fritz
cfe726d83002
Parents 0fc998fd142f
Children 1119d9808a3f
Add extends to readme.
  • +7 -2
    REFERENCE.md
  • --- a/REFERENCE.md Thu Sep 14 19:48:44 2017 -0500
    +++ b/REFERENCE.md Thu Sep 14 19:52:11 2017 -0500
    @@ -36,6 +36,11 @@
    This example shows how environment substitution overriding works and uses a -override.yml file as well.
    +## extends.yml
    +
    +This example shows how to have one file extend another, inheriting all of the plans and tasks that are
    +not otherwise overwritten by the configuration file.
    +
    ## script.yml
    This example shows how to use the script attribute of a run task.
    @@ -293,7 +298,7 @@
    remove-image:
    type: remove
    - images:
    + images:
    - registry.my.domain:5000/newimage:master-latest
    - registry.my.domain:5000/newimage:master-deadbeef
    @@ -458,7 +463,7 @@
    ## Meta Plan
    -Meta plans contain a single attribute which is the list of `plans` to run.
    +Meta plans contain a single attribute which is the list of `plans` to run.
    ### Attributes