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.