-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.crispycookie.json
69 lines (69 loc) · 2.11 KB
/
.crispycookie.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"layers": [
{
"name": "app-python",
"layer_name": "20-base",
"cookiecutter": {
"vendor": "Jmespath",
"vendor_product": "Jmespath",
"has_ui": false,
"app_folder": "jmespath",
"app_label": "JMESPath for Splunk",
"build_tool": "GitHub_Actions",
"bump_workflow": true,
"author_splunkid": "kintyre",
"author_email": "[email protected]",
"author_company": "Kintyre",
"on_splunkbase": true,
"splunkbase_id": "3237",
"git_repo": "https://github.com/Kintyre/jmespath",
"git_branch": "main",
"_use_pre_release": false,
"use_logo": false
}
},
{
"name": "search-command",
"layer_name": "50-spl-jmespath",
"cookiecutter": {
"spl_class": "JmespathCommand",
"spl_script": "jpath",
"spl_command": "jmespath",
"spl_type": "Streaming",
"need_logging": true,
"need_auth": false,
"conf_name": "",
"conf_type": "entity",
"json_output": true
}
},
{
"name": "search-command",
"layer_name": "50-spl-jsonformat",
"cookiecutter": {
"spl_class": "JsonFormatCommand",
"spl_script": "jsonformat",
"spl_command": "jsonformat",
"spl_type": "Streaming",
"need_logging": true,
"need_auth": false,
"conf_name": "",
"conf_type": "",
"json_output": true
}
}
],
"layer_mounts": [
"default",
"metadata",
"bin"
],
"source": {
"repo": "[email protected]:Kintyre/cypress-cookiecutter.git",
"rev": "v1.11.5"
},
"tool_info": {
"program": "CrispyCookie",
"version": "0.7.3"
}
}