@spl_explorer - AOB is no longer used. I recommend moving to UCC. UCC Framework - https://splunk.github.io/addonfactory-ucc-generator/ You should be able to create a new Add-on with UCC and migrate most of your code to UCC created Add-on. FYI, AOB internally uses the UCC framework anyway. If you are a developer, I recommend using this GitHub Action - https://splunk-app-action.readthedocs.io/en/latest/. This Action will help with the following stuff about UCC Always keep libraries up to date Generate a new build directly from GitHub workflow Automatically check Splunk App Inspects when you make changes to the App from GitHub workflow, and also allow a manual check option This Action would work in your Private and public Repo as well. This action should work even for your non-UCC-based Add-ons and Apps, to help with build generation and App-inspect checks directly from GitHub. I hope this helps!!! Kindly upvote if this helps!!!
... View more