-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 4.57 KB
/
oclif.manifest.json
1
{"version":"0.0.1","commands":{"list":{"id":"list","description":"Retrieve IDs of successful deployments with tests within a given time range","usage":"<%= command.id %> [-b <datetime>] [-a <datetime>] [-l] [-m <integer>] [-o csv|json|S3|dynamoDB] [-d <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-runtimes-exporter","pluginType":"core","aliases":[],"examples":["sfdx list --targetusername [email protected] --before \"01/02/2000 01:02:34\" --max=5 --output=csv --target=myFolder","sfdx list --targetusername [email protected] --after \"01/02/2000 01:02:34\" --output=csv --target=myFolder","sfdx list --targetusername [email protected] --latest --max=5 --output=csv --target=myFolder"],"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"},"before":{"name":"before","type":"option","char":"b","description":"date time before which the deployments should be retrieved"},"after":{"name":"after","type":"option","char":"a","description":"date time after which the deployments should be retrieved"},"latest":{"name":"latest","type":"boolean","char":"l","description":"retrieve only the latest deployments (provide the \"max\" flag to retrieve more than one)","allowNo":false},"max":{"name":"max","type":"option","char":"m","description":"maximum number of deployments to be retrieved","default":10},"output":{"name":"output","type":"option","char":"o","description":"where do you want to output the results","helpValue":"(csv|json|S3|dynamoDB)","options":["csv","json","S3","dynamoDB"],"default":"json"},"target":{"name":"target","type":"option","char":"d","description":"target location to save the results (do not include the file name)"}},"args":[]},"runtimes":{"id":"runtimes","description":"Retrieve tests execution time for a given deployment","usage":"<%= command.id %> -i <id> [-o csv|json|S3|dynamoDB] [-d <string>] [-t <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-runtimes-exporter","pluginType":"core","aliases":[],"examples":["sfdx runtimes --targetusername [email protected] --deployment deploymentId --output=s3 --target=s3://myBucket/myFolder","sfdx runtimes --targetusername [email protected] --deployment deploymentId --output=csv --target=myFolder","sfdx runtimes --targetusername [email protected] --deployment deploymentId --output=dynamoDB --target=myTable","sfdx runtimes --targetusername [email protected] --deployment deploymentId --output=json --target=myFolder --threshold=10000"],"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"},"deployment":{"name":"deployment","type":"option","char":"i","description":"id of the deployment to get tests execution time for","required":true},"output":{"name":"output","type":"option","char":"o","description":"where do you want to output the results","helpValue":"(csv|json|S3|dynamoDB)","options":["csv","json","S3","dynamoDB"],"default":"json"},"target":{"name":"target","type":"option","char":"d","description":"target location to save the results (do not include the file name)"},"threshold":{"name":"threshold","type":"option","char":"t","description":"return the tests execution time to only those above the threshold (in milliseconds)"}},"args":[]}}}