
واجهة سطر الأوامر لماسح التحليل الثابت AtomShields. قم بتثبيت وإلغاء تثبيت وتشغيل المدققين والتقارير لكشف الثغرات في مشاريع الشيفرة المصدرية.
AtomShields Cli هي واجهة سطر أوامر لاستخدام برنامج AtomShields <https://github.com/ElevenPaths/AtomShields>_
.. raw:: html
.. code-block:: shell
pip install atomshieldscli
.. code-block:: shell
ascli --target --name <project_name>
قيم الإجراء المسموح بها هي:
قيم السياق المسموح بها هي:
خيار 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