-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oclif.manifest.json
1 lines (1 loc) · 4.61 KB
/
oclif.manifest.json
1
{"version":"1.0.0","commands":{"vlk:bypasser:process":{"id":"vlk:bypasser:process","description":"Scan for bypassers in processes","usage":"<%= command.id %> -n <string> [-o <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-valkyrie","pluginType":"core","aliases":[],"examples":["\n sfdx vlk:bypasser:process -u someOrg\n sfdx vlk:bypasser:process -u someOrg -o Account,Contact\n sfdx vlk:bypasser:process -u someOrg -n Bypasser_API_Name__c\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"objects":{"name":"objects","type":"option","char":"o","description":"search in specified objects. Separate by comma if many"},"name":{"name":"name","type":"option","char":"n","description":"specify the bypasser's custom setting object API name to search","required":true}},"args":[]},"vlk:bypasser:validrules":{"id":"vlk:bypasser:validrules","description":"Scan for bypassers in validation rules","usage":"<%= command.id %> -n <string> [-o <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-valkyrie","pluginType":"core","aliases":[],"examples":["\n sfdx vlk:bypasser:validrules -u someOrg\n sfdx vlk:bypasser:validrules -u someOrg -o Account,Contact\n sfdx vlk:bypasser:validrules -u someOrg -n Bypasser_API_Name__c\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"objects":{"name":"objects","type":"option","char":"o","description":"search in specified objects. Separate by comma if many"},"name":{"name":"name","type":"option","char":"n","description":"specify the bypasser's custom setting object API name to search","required":true}},"args":[]},"vlk:bypasser:workflows":{"id":"vlk:bypasser:workflows","description":"Scan for bypassers in workflow rules","usage":"<%= command.id %> -n <string> [-o <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-valkyrie","pluginType":"core","aliases":[],"examples":["\n sfdx vlk:bypasser:workflows -u someOrg\n sfdx vlk:bypasser:workflows -u someOrg -o Account,Contact\n sfdx vlk:bypasser:workflows -u someOrg -n Bypasser_API_Name__c\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"objects":{"name":"objects","type":"option","char":"o","description":"search in specified objects. Separate by comma if many"},"name":{"name":"name","type":"option","char":"n","description":"specify the bypasser's custom setting object API name to search","required":true}},"args":[]}}}