GithubHelp home page GithubHelp logo

sfci's Introduction

sfci

sfci tools

oclif Version Downloads/week License

Goal

This tool was created with the motivation of helping Salesforce developers in the delivery process where there is profile versioning. As it is a necessary work, the action of merging the profiles is quite time-consuming and manual and for many reasons this ends up being a disaster, both because it is a time-consuming process due to the number of profiles that exist within a project, and to maintain ordering and avoid duplication of permissions. Other improvements will be implemented in future versions in order to make our life easier, after all I've suffered a lot with it lol.

Usage

$ npm install -g sfci
$ sfci COMMAND
running command...
$ sfci (-v|--version|version)
sfci/0.0.4 linux-x64 node-v17.1.0
$ sfci --help [COMMAND]
USAGE
  $ sfci COMMAND
...

Commands

sfci help [COMMAND]

display help for sfci

USAGE
  $ sfci help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sfci merge

Merge your metadata from source path to target org path(Only Profiles in this moment).

USAGE
  $ sfci merge

OPTIONS
  -d, --dir=dir        (required) Path of source directory with Salesforce
  -h, --help           show CLI help
  -s, --source=source  (required) Path of source directory with Salesforce
  -t, --type=profile   (required) Type of Metadata(Only profile in this moment)

EXAMPLE
  $ sfci merge -t profile -s force-app/main/default/profile -d src/profiles

See code: src/commands/merge.ts

sfci sorting [FILE]

Sorting your profiles or package.xml

USAGE
  $ sfci sorting [FILE]

OPTIONS
  -h, --help                  show CLI help
  -s, --source=source         (required) Path of profile or package to sorting, full path with extension
  -t, --type=profile|package  (required) Type of Metadata(package or profile)

See code: src/commands/sorting.ts

sfci's People

Contributors

silascmv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.