Skip to content

Commit

Permalink
Document it in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Topher-the-Geek committed Jul 15, 2016
1 parent 22e113a commit 4b0ab18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,26 @@ Here are some of the functions that are implemented:
{ "CFFP::Kms::EncryptFile": [ "alias/production", "slack-api-key.txt" },
...

``CFPP::Merge``
Merges an array of JSON objects into one JSON object. If multiple JSON
objects define the same field, the last definition will override the
earlier ones.

Example::

"Parameters": {
"CFPP::Merge": [
{
"CFPP::JsonFile": "common-parameters.json"
},
{
"LocalParameter1": {...},
"LocalParameter2": {...},
...
}
]
}


-----------------
Nested Extrinsics
Expand Down

0 comments on commit 4b0ab18

Please sign in to comment.