0.0.13 • Published 3 years ago
accedx v0.0.13
accedx-salesforce-sfdx-plugin
Accedx integration with Salesforce SDFX tool
Install
$ sfdx plugins:install accedx # Requires SFDX-CLIInstall with no promt:
$ echo "yes" | sfdx plugins:install accedx # Requires SFDX-CLIUsage
$ sfdx accedx:...
$ sfdx accedx:... --help' '
Contribute
Debugging
If the plugin is linked to the sfdx cli, call your command with the dev-suspend switch:
$ sfdx accedx:cache:list -u myOrg@example.com --dev-suspendAlternatively, to call a command using the bin/run script, set the NODE_OPTIONS environment variable to --inspect-brk when starting the debugger:
$ NODE_OPTIONS=--inspect-brk bin/run accedx:cache:list -u myOrg@example.com