Pedro Algarvio db06c6f31c Add report.ci support | преди 4 години | |
---|---|---|
.. | ||
README.md | преди 4 години | |
__init__.py | преди 4 години | |
docs.py | преди 4 години | |
filemap.py | преди 4 години | |
gha.py | преди 4 години | |
loader.py | преди 4 години | |
utils.py | преди 4 години |
This directory contains python scripts which should be called by invoke.
Instead of having several multi-purpose python scripts scatered through multiple paths in the salt code base, we will now concentrate them under an invoke task.
Invoke can be called in the following ways.
If invoke is installed system-wide, be sure you also have blessings
installed if you want coloured output, although
it's not a hard requirement.
inv docs.check
Since salt already uses nox, and nox manages virtual environments and respective requirements, calling invoke is as simple as:
nox -e invoke -- docs.check