Skip to content

ZachChristensen28/splunk-app-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages