ZachChristensen28 / splunk-app-dev

For building and publishing Splunk Apps and Add-ons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Dev

For building and publishing Splunk Apps and Add-ons

Use at your own risk :)

Submit to Appinspect

export API_USER='api-username'

export API_PASS='api-password'

export APP_PATH='/path/to/App'

./appinspect.sh

Example using GiHub Actions

curl -sSL https://raw.githubusercontent.com/ZachChristensen28/splunk-app-dev/master/appinspect.sh\
| API_USER='${{ secrets.API_USER }}'\
API_PASS='${{ secrets.API_PASS }}'\
APP_PATH=$(ls)\
bash

See full GitHub actions example.

About

For building and publishing Splunk Apps and Add-ons


Languages

Language:Shell 100.0%