-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.09 KB
/
oclif.manifest.json
1
{"version":"0.0.1","commands":{"create:def":{"id":"create:def","description":"Creates a project-scratch-def.json file based on metadata scanned from your project","pluginName":"roma","pluginType":"core","aliases":[],"examples":["$ sfdx create:def -p /Users/myUser/mySFProject/src\n We've successfully created a project-scratch-def.json for you!\n ","$ sfdx create:def -p /Users/myUser/mySFProject/src -e developer\n We've successfully created a project-scratch-def.json for you!\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"]},"path":{"name":"path","type":"option","char":"p","description":"file path to your project's metadata","required":true},"edition":{"name":"edition","type":"option","char":"e","description":"salesforce org edition you want to generate the definition for"}},"args":[{"name":"file"}]}}}