-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 6.07 KB
/
oclif.manifest.json
1
{"version":"1.4.2","commands":{"hello:org":{"id":"hello:org","description":"Prints a greeting and your org id(s)!","pluginName":"sfdx-object-export","pluginType":"core","aliases":[],"examples":["$ sfdx hello:org --targetusername [email protected] --targetdevhubusername [email protected]\n Hello world! This is org: MyOrg and I will be around until Tue Mar 20 2018!\n My hub org id is: 00Dxx000000001234\n ","$ sfdx hello:org --name myname --targetusername [email protected]\n Hello myname! This is org: MyOrg and I will be around until Tue Mar 20 2018!\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","required":false,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"]},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","required":false},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","required":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","required":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[{"name":"file"}]},"schema:accounts":{"id":"schema:accounts","description":"Prints a greeting and your org id(s)!","pluginName":"sfdx-object-export","pluginType":"core","aliases":[],"examples":["Sample example to run command goes here","Other example goes here","This demo takes flag -m , to echo message","Example : sfdx DF:18:helpdemo -u <USERALIAS> -m <Your Message>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","required":false,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"]},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","required":false},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","required":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","required":false},"msg":{"name":"msg","type":"option","char":"m","description":"comma seperated list of Objects to export"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[]},"schema:build":{"id":"schema:build","description":"create CSV file with org Metadata including objects, fields, record types, dependent picklist etc.","pluginName":"sfdx-object-export","pluginType":"core","aliases":[],"examples":["Example : sfdx schema:build -u LWC1_Scratch1 -o \"Account,Lead,Opportunity,Contact,AccountTeamMember,OpportunityTeamMember,Campaign,CampaignMember,Product2\" "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","required":false,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"]},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","required":false},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","required":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","required":false},"msg":{"name":"msg","type":"option","char":"m","description":"comma seperated list of Objects to export"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false},"path":{"name":"path","type":"option","char":"p","description":"File Name with full Path to create Excel File"},"objects":{"name":"objects","type":"option","char":"o","description":"Comma Seperated API name of objects to get field metadata Info"}},"args":[]},"schema:helpdemo":{"id":"schema:helpdemo","description":"Prints a greeting and your org id(s)!","pluginName":"sfdx-object-export","pluginType":"core","aliases":[],"examples":["Sample example to run command goes here","Other example goes here","This demo takes flag -m , to echo message","Example : sfdx DF:18:helpdemo -u <USERALIAS> -m <Your Message>"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","required":false,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal)","options":["trace","debug","info","warn","error","fatal"]},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","required":false},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org","required":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","required":false},"msg":{"name":"msg","type":"option","char":"m","description":"comma seperated list of Objects to export"},"force":{"name":"force","type":"boolean","char":"f","description":"example boolean flag","allowNo":false}},"args":[]}}}