sfdc-pps-completion

1.0.2 • Public • Published

sfdc-pps-completion

Profile & Permission Set user permission completion Based on the Admin Profile content

Getting Started

Works in Unix like system. Windows is not tested.

Installing

npm install -g sfdc-pps-completion

or

yarn globally add sfdc-pps-completion

Usage

Command Line

$ spc -h

  Usage: spc [options]

  Profile & Permission Set user permission completion

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -s, --src                    salesforce src directory path [./src]

Module

  var spc = require('sfdc-pps-completion');

  spc({
    'src':'' // salesforce src directory path : ./src
  }, console.log);

Built With

  • commander - The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
  • extendify - Deep extend with customizable behavior.
  • xml2js - XML to JavaScript object converter.

Versioning

SemVer is used for versioning.

Authors

  • Sebastien Colladon - Initial work - scolladon

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Readme

Keywords

none

Package Sidebar

Install

npm i sfdc-pps-completion

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • scolladon