From fcffe42787ef1ea247b8e33fbd570fd8bf2dbe2c Mon Sep 17 00:00:00 2001 From: Devdatta Kulkarni Date: Mon, 16 Mar 2015 10:07:13 -0500 Subject: [PATCH] Adding languagepack commands to solum help Change-Id: I0ac61c878140199cdb9277d133f9808b484c6d6d Closes-Bug: #1432684 --- solumclient/solum.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/solumclient/solum.py b/solumclient/solum.py index 764acc6..4f86f7e 100644 --- a/solumclient/solum.py +++ b/solumclient/solum.py @@ -830,6 +830,22 @@ Available commands: Show this help message. + solum languagepack create [--lp_metadata ] + Create a new language pack from a git repo. + + solum languagepack list + Print and index of all available language packs. + + solum languagepack show + Print the details of a language pack. + + solum languagepack delete + Destroy a language pack. + + solum languagepack logs + Show logs for a language pack. + + solum app list Print an index of all deployed applications.