Murano package validator tool.
Go to file
Jenkins 82898ae114 Merge "Remove support for py34" 2017-06-07 14:08:29 +00:00
doc/source Added docs autogeneration for error list 2016-09-13 16:37:16 +03:00
muranopkgcheck Remove log translations 2017-03-22 21:33:20 +08:00
releasenotes Imported Translations from Zanata 2016-10-23 06:51:44 +00:00
tools Fix typos in cover.sh 2016-12-16 02:31:10 +00:00
.coveragerc Added tools/cover.sh 2016-09-01 16:01:38 +03:00
.gitignore Added docs autogeneration for error list 2016-09-13 16:37:16 +03:00
.gitreview Added .gitreview 2016-08-19 08:18:14 +00:00
.testr.conf Commit project structure 2016-08-22 16:46:38 +03:00
CONTRIBUTING.rst Commit project structure 2016-08-22 16:46:38 +03:00
HACKING.rst Commit project structure 2016-08-22 16:46:38 +03:00
LICENSE Commit project structure 2016-08-22 16:46:38 +03:00
MANIFEST.in Commit project structure 2016-08-22 16:46:38 +03:00
README.rst Show team and repo badges on README 2016-11-25 15:49:08 +01:00
babel.cfg Add i18n support 2016-09-07 18:13:18 +03:00
requirements.txt Updated from global requirements 2017-05-23 11:52:32 +00:00
setup.cfg Remove support for py34 2017-06-07 10:05:51 +07:00
setup.py Updated from global requirements 2017-03-02 11:47:31 +00:00
test-requirements.txt Updated from global requirements 2017-06-02 21:58:38 +00:00
tox.ini Remove support for py34 2017-06-07 10:05:51 +07:00

README.rst

Team and repository tags

image

murano-pkg-check

Murano package validator tool

After checking out tool from repository easiest method to run tool is to run

This command will display help for murano-pkg-validator

If you installed it from PYPI you can use: .. code-block:: shell murano-pkg-check -h

To run validator in directory apache-app just run: .. code-block:: shell murano-pkg-check apache-app

It will print all errors there are on package.

Will search for all packages under directory murano-apps. It will print all errors and warnings for all packages found.