0.0.1 • Published 4 years ago

jeff-sfdx-hook-plugins v0.0.1

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

jeff-sfdx-hook-plugins

Salesforce CLI hooks to perform deployment of package after org creation

Version Continuous Integration Codecov Downloads/week License

$ npm install -g jeff-sfdx-hook-plugins
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
jeff-sfdx-hook-plugins/0.0.1 darwin-x64 node-v12.18.3
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

Getting Started

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

Verify the CLI is installed
  $ sfdx (-v | --version)
Install the metadata-hook-demo plugin
  $ sfdx plugins:install metadata-hook-demo
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 https://github.com/jefersonchaves/jeff-sfdx-hook-plugins/
Install the dependencies and compile
  $ yarn install
  $ yarn prepack
Link your plugin to the sfdx cli
  $ sfdx plugins:link
To verify
  $ sfdx plugins