-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoclif.manifest.json
More file actions
1 lines (1 loc) · 1.73 KB
/
Copy pathoclif.manifest.json
File metadata and controls
1 lines (1 loc) · 1.73 KB
1
{"version":"0.0.1","commands":{"rusl:mdapi:package:install":{"id":"rusl:mdapi:package:install","description":"install a package with its dependencies using Metadata API","pluginName":"sfdx-rusl-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx rusl:mdapi:package:install --targetusername myOrg@example.com --packagename myPackage","$ sfdx rusl:mdapi:package:install --targetusername myOrg --packagename myPackage --outputdir mdsource","$ sfdx rusl:mdapi:package:install --targetusername myOrg --packagename myPackage --savesources"],"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"},"packagename":{"name":"packagename","type":"option","char":"n","description":"a name of the package to install","required":true},"outputdir":{"name":"outputdir","type":"option","char":"d","description":"a directory name to store converted sources","default":"mdapiout"},"savesources":{"name":"savesources","type":"boolean","char":"s","description":"a flag to save or release the package converted metadata","allowNo":false}},"args":[]}}}