Skip to content

Instantly share code, notes, and snippets.

/README.rst Secret

Created November 24, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4bfcabbfd10e6805419f4cdc49e41487 to your computer and use it in GitHub Desktop.
Save anonymous/4bfcabbfd10e6805419f4cdc49e41487 to your computer and use it in GitHub Desktop.
murano-pkg-check

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment