-
Notifications
You must be signed in to change notification settings - Fork 14
/
oclif.manifest.json
1 lines (1 loc) · 3.76 KB
/
oclif.manifest.json
1
{"version":"0.1.0","commands":{"metadata:profiles:convert":{"id":"metadata:profiles:convert","description":"Converts full profiles into json or xml format.","pluginName":"sfdx-profiles-splitter","pluginType":"core","aliases":[],"examples":["\n sfdx metadata:profiles:convert -f json -i force-app/main/default/profiles -o force-app/main/default/test\n //Converts full profiles into json or xml, !!!! does not split !!!!.\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"]},"format":{"name":"format","type":"option","char":"f","description":"the output format i.e. json|xml.","required":true},"input":{"name":"input","type":"option","char":"i","description":"the input directory.","required":true,"default":"force-app/main/default/profiles"},"output":{"name":"output","type":"option","char":"o","description":"the output directory.","required":true,"default":"force-app/main/default/profiles"},"delete":{"name":"delete","type":"boolean","char":"d","description":"Delete the profiles once converted?","allowNo":false}},"args":[]},"metadata:profiles:merge":{"id":"metadata:profiles:merge","description":"Merge profiles that were split.","pluginName":"sfdx-profiles-splitter","pluginType":"core","aliases":[],"examples":["\n sfdx metadata:profiles:merge -i force-app/main/default/profiles -o force-app/main/default/test\n //Merges profiles located in specified input dir and copies them into the output dir.\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"]},"input":{"name":"input","type":"option","char":"i","description":"the input directory where the splitted profiles exist.","required":true,"default":"force-app/main/default/profiles"},"output":{"name":"output","type":"option","char":"o","description":"the output directory to store the full profiles.","required":true,"default":"force-app/main/default/profiles"},"delete":{"name":"delete","type":"boolean","char":"d","description":"Delete the splitted profiles once merged?","allowNo":false}},"args":[]},"metadata:profiles:split":{"id":"metadata:profiles:split","description":"Split profiles into smaller parts.","pluginName":"sfdx-profiles-splitter","pluginType":"core","aliases":[],"examples":["\n sfdx metadata:profiles:split -i force-app/main/default/profiles -o force-app/main/default/test\n //Splits profiles located in specified input dir and copies them into the output dir.\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"]},"input":{"name":"input","type":"option","char":"i","description":"the input directory where the full profiles exist.","required":true,"default":"force-app/main/default/profiles"},"output":{"name":"output","type":"option","char":"o","description":"the output directory to store the chunked profiles.","required":true,"default":"force-app/main/default/profiles"},"delete":{"name":"delete","type":"boolean","char":"d","description":"Delete the existing profiles once converted?","allowNo":false}},"args":[]}}}