Build script » History » Version 1
Luke Murphey, 02/14/2017 10:40 PM
1 | 1 | Luke Murphey | h1. Build script |
---|---|---|---|
2 | 1 | Luke Murphey | |
3 | 1 | Luke Murphey | h2. Benefits |
4 | 1 | Luke Murphey | |
5 | 1 | Luke Murphey | |
6 | 1 | Luke Murphey | |
7 | 1 | Luke Murphey | h2. Structure code layout |
8 | 1 | Luke Murphey | |
9 | 1 | Luke Murphey | h2. Add build script |
10 | 1 | Luke Murphey | |
11 | 1 | Luke Murphey | h2. Make default.properties file |
12 | 1 | Luke Murphey | |
13 | 1 | Luke Murphey | h2. Make local.properties file |
14 | 1 | Luke Murphey | |
15 | 1 | Luke Murphey | h2. Use the build script |
16 | 1 | Luke Murphey | |
17 | 1 | Luke Murphey | Targets for publishing the Splunk app (the main one): |
18 | 1 | Luke Murphey | * package |
19 | 1 | Luke Murphey | |
20 | 1 | Luke Murphey | Targets that help you while developing Splunk apps: |
21 | 1 | Luke Murphey | * splunk.deploy |
22 | 1 | Luke Murphey | * splunk.start, splunk.restart, splunk.stop, splunk.restart_web |
23 | 1 | Luke Murphey | * splunk.deploy_and_refresh |
24 | 1 | Luke Murphey | |
25 | 1 | Luke Murphey | Targets for testing: |
26 | 1 | Luke Murphey | * test.run_unit |