diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index c1d2f45e..07092da6 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -295,6 +295,8 @@ def do_template_show(hc, args): help='URL of template.') @utils.arg('-f', '--template-file', metavar='', help='Path to the template.') +@utils.arg('-e', '--environment-file', metavar='', + help='Path to the environment.') @utils.arg('-o', '--template-object', metavar='', help='URL to retrieve template object (e.g from swift)') @utils.arg('-P', '--parameters', metavar='',