Skip to content

Repository files navigation

sfmm - Salesforce Module Manager

Install

with Nodejs installed, install sfmm globally:

npm i -g sfmm

For one offs, using in CI/CD workflows, etc you can use npx:

npx sfmm <action><repo> [flags]

Usage

You can use sfmm with a GitHub author and repo:

sfmm <action><author><repo> [flags]

You can also use a url:

sfmm <action><url> [flags]

Flags:

 -h, --help : Print out help message
-v, --version : Print out install version of sfmm
-d, --dev : Development mode (more logs)

Actions

All actions can be used with <url> or <author> <repo>

ActionDescriptionUsageFlags
addAdd modules from a remote sfdx project to your current sfdx projectsfmm add <url> [flags]-s, --save : Save to config file
-i, --ignore : Append modules to .gitignore file
-a, --all : Include all files (typically not wanted)
removeRemove module from your current sfdx project and sfmm config filesfmm remove <url>(N/A)
openOpen the project in your default browsersfmm open <url>(N/A)
readPrint the project's README.md to the consolesfmm read <url>(N/A)

Examples

# install component to current sfdx project's lwc directory
sfmm add jsmithdev extenda-modal
# via url, install modal component to current sfdx project's lwc directory
sfmm add https://github.com/jsmithdev/extenda-modal
# install modal component to current sfdx project's lwc directory and save to config file
sfmm add jsmithdev extenda-modal --save 
# using short flags together
sfmm add jsmithdev extenda-modal -si
# remove modal component and from .sfmm config file
sfmm remove jsmithdev extenda-modal
# via url, remove modal component and from .sfmm config file
sfmm remove https://github.com/jsmithdev/extenda-modal
sfmm open <author><repo>
sfmm read<author><repo>

Development

# clone sfmm
git clone https://github.com/jsmithdev/sfmm.git
# enter sfmm directorycd sfmm
# install
npm i
# optionally, link to global npm modules
npm link # test run linked module
sfmm add jsmithdev modal -si
# test run without linking
node index.js add jsmithdev modal -si

About

A CLI tool to manage Salesforce modules

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages