49.8.0 • Published 4 years ago

salesforcedx-templates v49.8.0

Weekly downloads
4,232
License
BSD-3-Clause
Repository
github
Last release
4 years ago

salesforcedx-templates

This repository provides a series of commands, templates, and generators for various metadata types. It is bundled with the salesforcedx plugin.

CircleCI Codecov Known Vulnerabilities License

Getting Started

To use, install the Salesforce CLI and run the following commands.

Verify the CLI is installed
  $ sfdx (-v | --version)
Install the salesforcedx plugin
  $ sfdx plugins:install salesforcedx
To run a command
  $ sfdx [command]

To build the plugin locally, make sure to have yarn installed and run the following commands:

Clone the repository
  $ git clone git@github.com:forcedotcom/salesforcedx-templates.git
Install the dependencies and compile
  $ yarn install
  $ yarn prepack
Link your plugin to the sfdx cli
  $ sfdx plugins:link .
To verify
  $ sfdx plugins
  salesforcedx-templates 0.0.0 (link) /Users/a.jha/Documents/repos/salesforcedx-templates

Commands

Debugging your plugin

We recommend using the Visual Studio Code (VS Code) IDE for your plugin development. Included in the .vscode directory of this plugin is a launch.json config file, which allows you to attach a debugger to the node process when running your commands.

To debug the hello:org command:

If you linked your plugin to the sfdx cli, call your command with the dev-suspend switch:

$ sfdx hello:org -u myOrg@example.com --dev-suspend

Alternatively, to call your 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 hello:org -u myOrg@example.com
  1. Set some breakpoints in your command code
  2. Click on the Debug icon in the Activity Bar on the side of VS Code to open up the Debug view.
  3. In the upper left hand corner of VS Code, verify that the "Attach to Remote" launch configuration has been chosen.
  4. Hit the green play button to the left of the "Attach to Remote" launch configuration window. The debugger should now be suspended on the first line of the program.
  5. Hit the green play button at the top middle of VS Code (this play button will be to the right of the play button that you clicked in step #5). Congrats, you are debugging!
49.8.0

4 years ago

49.6.0

4 years ago

49.5.0

4 years ago

49.4.0

4 years ago

48.0.54

4 years ago

49.3.0

4 years ago

49.2.0

4 years ago

48.32.0

4 years ago

48.31.0

4 years ago

48.29.0

4 years ago

48.28.0

4 years ago

48.27.0

4 years ago

48.23.0

4 years ago

48.22.0

4 years ago

48.20.0

4 years ago

48.19.0

4 years ago

48.18.0

4 years ago

48.17.0

4 years ago

48.16.0

4 years ago

48.10.0

4 years ago

48.14.0

4 years ago

48.11.0

4 years ago

48.8.0

4 years ago

48.7.0

4 years ago

48.6.0

4 years ago

48.5.0

4 years ago

48.4.0

4 years ago

48.3.0

4 years ago

48.1.0

4 years ago

47.19.0

4 years ago

47.18.0

4 years ago

47.17.0

4 years ago

47.16.0

4 years ago

47.15.0

4 years ago

48.0.25

4 years ago

47.11.0

4 years ago

48.0.7

4 years ago

47.9.0

4 years ago

47.10.0

4 years ago

47.6.2

4 years ago

47.5.0

4 years ago

47.3.2

5 years ago

47.3.1

5 years ago