File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
apps/Splunk_TA_app1/default Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ version = 1.0.8
1111
1212[ui]
1313is_visible = 0
14- label = app1
14+ label = App1
1515docs_section_override = AddOns:released
1616
1717[package]
18- id = Splunk_TA_app1
18+ id = Splunk_TA_App1
1919
2020[triggers]
2121reload.addon_builder = simple
Original file line number Diff line number Diff line change 77from utils import *
88
99# FOR LOCAL TESTING
10- from dotenv import load_dotenv
11- load_dotenv (dotenv_path = "local.env" )
10+ # from dotenv import load_dotenv
11+ # load_dotenv(dotenv_path="local.env")
1212
1313def main ():
1414 if len (sys .argv ) != 2 :
@@ -45,7 +45,8 @@ def main():
4545
4646 ### 2. Upload_local_configuration ###
4747 # Check if the configuration exists for the app
48- path = check_all_letter_cases (sys .argv [1 ], app )
48+ path = os .path .join ("environments" , sys .argv [1 ], app )
49+ print (path )
4950 if path :
5051 unpack_merge_conf_and_meta_repack (app , path )
5152 else :
Original file line number Diff line number Diff line change 11target :
22 url : https://staging.admin.splunk.com/scv-shw-217bd09bcbf264/adminconfig/v2/apps/victoria
33apps :
4- Splunk_TA_app1 :
4+ Splunk_TA_App1 :
55 s3-bucket : splunk-apps-deployment
66 source : apps/Splunk_TA_app1.tgz
77 config :
You can’t perform that action at this time.
0 commit comments