summaryrefslogtreecommitdiffstats
path: root/docs/release/userguide/feature.userguide.rst
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-10-19 22:47:31 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-10-19 22:47:31 +0800
commit988adca961c04b10cc39d8f25707e731da91cb5d (patch)
treea1e1fac6363c57b98daa8deb13cc20be8cbed547 /docs/release/userguide/feature.userguide.rst
parente0ff4c6768fdae895d529cd7975fe90c913169c5 (diff)
Update notes for release E
Update userguide and release-notes JIRA:PARSER-163 Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/release/userguide/feature.userguide.rst')
-rw-r--r--docs/release/userguide/feature.userguide.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst
index 61063c2..219bc0e 100644
--- a/docs/release/userguide/feature.userguide.rst
+++ b/docs/release/userguide/feature.userguide.rst
@@ -35,13 +35,20 @@ check the input file and don't want to translate, please use tosaca-parser as fo
.. code-block:: bash
- tosca-parser --template-file=<input yaml file>
+ tosca-parser --template-file=<path to the YAML template> [--nrpv] [--debug]
+ or
+ tosca-parser --template-file=<path to the CSAR zip file> [--nrpv] [--debug]
+ or
+ tosca-parser --template-file=<URL to the template or CSAR> [--nrpv] [--debug]
+ options:
+ --nrpv Ignore input parameter validation when parse template.
+ --debug debug mode for print more details other than raise exceptions when errors happen
Example:
.. code-block:: bash
- tosca-parser --template-file=vRNC.yaml
+ tosca-parser --template-file=vRNC.yaml --nrpv
Parser tosca2heat References
============================