Man page for cfn-signal

Change-Id: I0b22ba38902be3135d8322161cbe0d1a4c0d3791
Fixes: bug #1153846
This commit is contained in:
Steve Baker 2013-03-18 14:13:23 +13:00
parent d79d9f3002
commit a172b19e81
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
==========
cfn-signal
==========
.. program:: cfn-signal
SYNOPSIS
========
``cfn-signal``
DESCRIPTION
===========
Implements cfn-signal CloudFormation functionality
OPTIONS
=======
.. cmdoption:: -s, --success
signal status to report
.. cmdoption:: -r, --reason
The reason for the failure
.. cmdoption:: --data
The data to send
.. cmdoption:: -i, --id
the unique id to send back to the WaitCondition
.. cmdoption:: -e, --exit
The exit code from a procecc to interpret
BUGS
====
Heat bugs are managed through Launchpad <https://launchpad.net/heat-cfntools>