diff --git a/doc/source/man/cfn-signal.rst b/doc/source/man/cfn-signal.rst new file mode 100644 index 0000000..327ac35 --- /dev/null +++ b/doc/source/man/cfn-signal.rst @@ -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 \ No newline at end of file