qaskx.template/rediops/default/definitions/custom/qaskx-config.json

211 lines
5.7 KiB
JSON

{
"Application": {
"Name": "Qaskx Command Line Tool",
"Version": "0.0.1"
},
"Rediops": {
"DependencyTemplate": "",
"RulesFile": null,
"RulesFolder": null
},
"GeneratorHandlers": {
"Generators": null,
"PolicyURI": null,
"FQDN": null
},
"Run": {
"LintOpen": {
"ContainerImage": null,
"RulesFile": ".spectral.yaml",
"RulesFolder": null,
"Options": null,
"SkipPull": true
},
"LintAsync": null,
"LintProgram": null
},
"Templates": {
"CacheOff": false,
"fall_back": null,
"RootFolder": "",
"Groups": null
},
"Log": {
"Provider": "",
"LevelBase": "",
"Level": 2,
"LogWriter": "",
"WritePath": ""
},
"VaultFile": "",
"FileFormat": {
"LeftQuote": "'",
"RightQuote": "'",
"Separator": ",",
"EscapeM": "'",
"EscapeV": "\\'",
"CharEscape": true,
"NumEscape": false
},
"LockModify": false,
"Scan": {
"Options": {
"SkipFile": "",
"RegexFile": ""
},
"SkipFiles": [],
"Regex": []
},
"Activities": {
"Engines": [
{
"OsEnvironment": "windows",
"Category": "TEST",
"Name": "",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "TEST",
"Name": "pwsh-command",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "TEST",
"Name": "pwsh-script",
"Command": "pwsh.exe",
"Option": "-File"
},
{
"OsEnvironment": "linux",
"Category": "TEST",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
},
{
"OsEnvironment": "linux",
"Category": "TEST",
"Name": "pwsh-command",
"Command": "pwsh",
"Option": "-Command"
},
{
"OsEnvironment": "linux",
"Category": "TEST",
"Name": "pwsh-script",
"Command": "pwsh",
"Option": "-File"
},
{
"OsEnvironment": "darwin",
"Category": "TEST",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
},
{
"OsEnvironment": "windows",
"Category": "BUILD",
"Name": "",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "BUILD",
"Name": "pwsh-command",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "BUILD",
"Name": "pwsh-script",
"Command": "pwsh.exe",
"Option": "-File"
},
{
"OsEnvironment": "linux",
"Category": "BUILD",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
},
{
"OsEnvironment": "linux",
"Category": "BUILD",
"Name": "pwsh-command",
"Command": "pwsh",
"Option": "-Command"
},
{
"OsEnvironment": "linux",
"Category": "BUILD",
"Name": "pwsh-script",
"Command": "pwsh",
"Option": "-File"
},
{
"OsEnvironment": "darwin",
"Category": "BUILD",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
},
{
"OsEnvironment": "windows",
"Category": "INSTALL",
"Name": "",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "INSTALL",
"Name": "pwsh-command",
"Command": "pwsh.exe",
"Option": "-Command"
},
{
"OsEnvironment": "windows",
"Category": "INSTALL",
"Name": "pwsh-script",
"Command": "pwsh.exe",
"Option": "-File"
},
{
"OsEnvironment": "linux",
"Category": "INSTALL",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
},
{
"OsEnvironment": "linux",
"Category": "INSTALL",
"Name": "pwsh-command",
"Command": "pwsh",
"Option": "-Command"
},
{
"OsEnvironment": "linux",
"Category": "INSTALL",
"Name": "pwsh-script",
"Command": "pwsh",
"Option": "-File"
},
{
"OsEnvironment": "darwin",
"Category": "INSTALL",
"Name": "",
"Command": "/bin/sh",
"Option": "-c"
}
]
}
}