Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris De Winne committed Aug 20, 2014
1 parent 3ad31d2 commit 697787e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Preface #

This document describes the functionality provided by the xlr-xlr-plugin.

See the **XL Release Reference Manual** for background information on XL Release and release concepts.

# Overview #

The xlr-xlr-plugin is a XL Release plugin that allows to invoke (create and start) another template from an existing template. So you can call from a parent template a subtemplate.

## Types ##

+ Create and Start SubRelease
* `templateName`: Name of the template to invoke (`string`)
* `releaseTitle`: Name of the sub release instance (`string`)
* `releaseDescription`: Description of the sub release (`string`)
* `variables`: Comma separated key value pairs, e.g. key1=value1,key2=value2 (`string`)

0 comments on commit 697787e

Please sign in to comment.