-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.oclif.manifest.json
1 lines (1 loc) · 3.61 KB
/
.oclif.manifest.json
1
{"version":"0.1.1-217","commands":{"bourne:export":{"id":"bourne:export","description":"Exports records from the object specified.","usage":"<%= command.id %> [-o <string>] [-c <string>] [-a] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"json-bourne-sfdx","pluginType":"core","aliases":[],"examples":["$ sfdx bourne:export -o Product2 -u myOrg -c config/cpq-cli-def.json\n Requesting data, please wait.... Request completed! Received X records.\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"},"object":{"name":"object","type":"option","char":"o","description":"The sobject that you wish to import/export reference data from."},"configfile":{"name":"configfile","type":"option","char":"c","description":"[REQUIRED] The configuration JSON file location."},"processall":{"name":"processall","type":"boolean","char":"a","description":"Exports records from all objects specified in the config file.","allowNo":false}},"args":[{"name":"file"}]},"bourne:import":{"id":"bourne:import","description":"Imports records from the object specified.","usage":"<%= command.id %> [-o <string>] [-c <string>] [-a] [-d <string>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"json-bourne-sfdx","pluginType":"core","aliases":[],"examples":["$ sfdx bourne:import -o Product2 -u myOrg -c config/cpq-cli-def.json\n Deploying data, please wait.... Deployment completed!\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"},"object":{"name":"object","type":"option","char":"o","description":"The sobject that you wish to import/export reference data from."},"configfile":{"name":"configfile","type":"option","char":"c","description":"[REQUIRED] The configuration JSON file location."},"processall":{"name":"processall","type":"boolean","char":"a","description":"Imports records from all objects specified in the config file.","allowNo":false},"datadir":{"name":"datadir","type":"option","char":"d","description":"The path where the reference data resides. The default is 'data'."},"remove":{"name":"remove","type":"boolean","char":"r","description":"Delete the record(s) from the target within the specified directory.","allowNo":false}},"args":[{"name":"file"}]}}}