A simple CLI for submitting your Splunk app package to AppInspect and reading the report.
pip install appinspect-submit
$ appinspect-submit [OPTIONS] FILENAME
Uploads your Splunk app package to the AppInspect service and downloads the report. Report filename will look like "%Y%m%d-%H%M%S-report.json
--test-future Use the 'future' tests
--help Show this message and exit.
You can set APPINSPECT_USERNAME and APPINSPECT_PASSWORD for auth instead of having a config file.