peachapisec-cli
This is a command line interface (cli) tool for the Peach
API Security product.
The cli exposes several commands useful commands available
via the installed 'peachcli' script.
Requirements
You will need the following prerequisites in order to use:
- Peach API Security
- Python 2 or 3
Installation
To install:
$ python -m pip install peachapisec-cli
From Source
$ python setup.py install
Offline
$ pip install --no-index --find-links ../deps -r requirements.txt
$ python setup.py install
Usage
Running 'peachcli' will provide some syntax help.
See the Peach API Security User Guide for more information.