-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.54 KB
/
oclif.manifest.json
1
{"version":"0.0.0","commands":{"sampleData:import":{"id":"sampleData:import","description":"Set your scratch org up for TaskRay","pluginName":"TaskRaySFDXHelper","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","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"]},"targetdevhubusername":{"name":"targetdevhubusername","type":"option","char":"v","description":"username or alias for the dev hub org; overrides default dev hub org"},"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"},"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"}]}}}