
AtomShields Cli is a Command-Line Interface to use the software AtomShields <https://github.com/ElevenPaths/AtomShields>_
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
The allowed action values are:
The allowed context values are:
The target option set the path to scan, or the plugin (checker/report) to install/uninstall.
.. code-block:: shell
ascli show checkers
.. code-block:: shell
ascli show reports
.. code-block:: shell
ascli install checkers --target path/to/file.py
.. code-block:: shell
ascli install reports --target path/to/file.py
.. code-block:: shell
ascli uninstall checkers --target path/to/file.py
or
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
or
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name