A CLI for Perch Security
- Python 2.7+ or Python 3
pip install perch
- Create a CSV file with your indicators in this format
perch upload_indicators_csv <path-to-csv>
- Create a virtual env for the project
python3 -m venv /path/to/new/virtual/environment - Sym link the
activatescript created at/path/to/new/virtual/environment/binto the project folder - Add
export PERCH_ENV="DEV"to theactivatescript. You could also set this toQAif you want to point at the QA server. pip uninstall perchthenpip install -e .enables theperchcommand in your dev environment.
python setup.py bdist_wheeltwine upload dist/*