New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sfdc-merge-pps

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfdc-merge-pps

Merge profile and permission set

  • 3.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sfdc-merge-pps

Profile and Permission Set merger

Getting Started

Works in Unix like system. Windows is not tested.

Installing

npm install -g sfdc-merge-pps

or

yarn globally add sfdc-merge-pps

Usage

Command Line

$ smpps -h

  Usage: smpps [options]

  Merge profile and permission set

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -p, --pps                    path to the profile or permission set
    -o, --output                 path where to output the merged package.xml

Module

  var smp = require('sfdc-merge-pps');

  smp({
    'pps':'./src/profile/Admin.profile' // path to the profile or permission set
  })
  .then(// my treatment
  );

Built With

  • commander - The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
  • xml2js - XML to JavaScript object converter.
  • xmlbuilder - An XML builder for node.js

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

FAQs

Package last updated on 23 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc