AtomShields Cli は、ソフトウェア AtomShields <https://github.com/ElevenPaths/AtomShields>_ を使用するためのコマンドラインインターフェースです。
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
使用可能な action の値は次のとおりです:
使用可能な context の値は次のとおりです:
target オプションは、スキャンするパス、またはインストール/アンインストールするプラグイン (チェッカー/レポート) を設定します。
.. 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
または
.. code-block:: shell
ascli uninstall checkers --target checker_name
.. code-block:: shell
ascli uninstall reports --target path/to/file.py
または
.. code-block:: shell
ascli uninstall reports --target checker_name
.. code-block:: shell
ascli run --target path/to/file.py --name repo_name