0.0.8 • Published 3 years ago

salesforce-profile-generator v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

salesforce-profile-generator

An update on the profile generation tool

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

$ npm install -g salesforce-profile-generator
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
salesforce-profile-generator/0.0.7 linux-x64 node-v14.17.6
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx generate:profile [-s <string>] [-t <string>] [-b] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

Generate profiles based on CSV and JSON Files

Generate profiles based on CSV and JSON Files

USAGE
  $ sfdx generate:profile [-s <string>] [-t <string>] [-b] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -b, --ignoreblank                                                                 Ignore blanks within CSV files?
  -s, --source=source                                                               Source Folder to pull profiles from
  -t, --target=target                                                               Target Folder to create profiles in
  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

See code: lib/commands/generate/profile.js