An example of using the Salesforce DX Core Libraries in an OCLIF-based plugin
Перейти к файлу
Wade Wegner d935ffd4cc Updated README 2018-03-31 18:57:53 -05:00
bin Initial push 2018-03-31 14:53:41 -05:00
src Added getMetaInfo 2018-03-31 18:56:13 -05:00
.editorconfig Initial push 2018-03-31 14:53:41 -05:00
.gitattributes Initial push 2018-03-31 14:53:41 -05:00
.gitignore Initial push 2018-03-31 14:53:41 -05:00
README.md Updated README 2018-03-31 18:57:53 -05:00
package.json Changed package name 2018-03-31 18:21:22 -05:00
tsconfig.json Initial push 2018-03-31 14:53:41 -05:00
tslint.json Initial push 2018-03-31 14:53:41 -05:00
yarn.lock Initial push 2018-03-31 14:53:41 -05:00

README.md

sfdx-core-test-plugin

An example of using the Salesforce DX Core Libraries in an OCLIF-based plugin.

Setup and Use

  1. Make sure you have the latest Salesforce CLI:
sfdx update
  1. Clone the repository:
git clone git@github.com:wadewegner/sfdx-core-test-plugin.git && cd sfdx-core-test-plugin
  1. Link the plugin:
sfdx plugins:link .
  1. Run the command:
sfdx waw:debug
sfdx waw:debug --json
sfdx waw:debug -u [alias|username]
sfdx waw:debug -v [alias|username]
sfdx waw:debug -u [alias|username] -v [alias|username]