493acbec79
Adds --version option in the heat command help documents. Change-Id: I8c71391893a1c9697abd57344e04f88e6a2bcd4c
39 lines
943 B
ReStructuredText
39 lines
943 B
ReStructuredText
===================
|
|
heat-api-cloudwatch
|
|
===================
|
|
|
|
.. program:: heat-api-cloudwatch
|
|
|
|
SYNOPSIS
|
|
========
|
|
``heat-api-cloudwatch [options]``
|
|
|
|
DESCRIPTION
|
|
===========
|
|
heat-api-cloudwatch is a CloudWatch-like API service to the heat project.
|
|
|
|
OPTIONS
|
|
=======
|
|
.. cmdoption:: --config-file
|
|
|
|
Path to a config file to use. Multiple config files can be specified, with
|
|
values in later files taking precedence.
|
|
|
|
|
|
.. cmdoption:: --config-dir
|
|
|
|
Path to a config directory to pull .conf files from. This file set is
|
|
sorted, so as to provide a predictable parse order if individual options are
|
|
over-ridden. The set is parsed after the file(s), if any, specified via
|
|
--config-file, hence over-ridden options in the directory take precedence.
|
|
|
|
.. cmdoption:: --version
|
|
|
|
Show program's version number and exit. The output could be empty if
|
|
the distribution didn't specify any version information.
|
|
|
|
FILES
|
|
========
|
|
|
|
* /etc/heat/heat.conf
|