npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sf-metadata-deploy

v1.0.4

Published

Salesforce Metadata Deployment CLI with Visual UI

Readme

SF Metadata Deploy ⚡

Visual Salesforce Metadata Deployment Tool – A modern, beautiful, and fast way to retrieve, validate, and deploy metadata using package.xml — with a full-featured web UI and powerful CLI.

Built on top of the Salesforce CLI (sf), this tool combines the reliability of official commands with an intuitive Monaco-powered editor and real-time console.

Git clone from Github / Gitlab / Bitbucket

Node.js Monaco Editor License

Features

  • Visual UI with dark theme, Monaco XML editor (same as VS Code)
  • Create and manage Salesforce DX projects
  • Authenticate & switch between multiple orgs
  • Edit package.xml with syntax highlighting and validation
  • Retrieve metadata from any org
  • Deploy or Validate (dry-run) with real-time logs
  • One-click access to Deployment Status page in Salesforce
  • Full CLI support for scripting and automation
  • Zero setup beyond Salesforce CLI

Demo

Demo

Screenshots

Setup-1

Setup-2

Installation

Prerequisites

Global Install (Recommended)

npm install -g sf-metadata-deploy

Now you can use the sfmd command anywhere.

Quick Start

# 1. Launch the visual UI
sfmd ui

# Opens http://localhost:3456 in your default browser

Typical Workflow

  1. Create a project (or use an existing one)
  2. Authenticate to your orgs
  3. Edit your package.xml using the Monaco editor
  4. Retrieve metadata → pulls into force-app or custom path
  5. Deploy or Validate Only with full error details
  6. Click Open Status Page to monitor async deployments

CLI Commands

sfmd create my-project        # Create a new SFDX project
sfmd ui                        # Launch web UI (default port 3456)
sfmd ui -p 5000                # Launch on custom port

sfmd retrieve                  # Interactive retrieve using manifest/package.xml
sfmd deploy                    # Interactive deploy/validate
sfmd deploy --dry-run          # Validate only
sfmd orgs                      # List all authenticated orgs

Deploy Examples

# Validate only (dry-run)
sfmd deploy --dry-run

# Full deploy with 30-minute wait
sfmd deploy -w 30

# Deploy to specific org
sfmd deploy -o prod-alias

Error: Port alredy in use

❌ Error: Port 3456 is already in use!

Try one of these solutions:

  1. Use a different port:
     sfmd ui -p 3457

  2. Find and kill the process using port 3456:
     lsof -ti:3456 | xargs kill -9
     # or on Windows:
     netstat -ano | findstr :3456

UI Features

| Feature | Description | |--------------------------------|--------------------------------------------------| | Monaco Editor | Full VS Code-like XML editing with autocomplete | | Real-time Console | Color-coded logs with timestamps | | Org Switcher | Instantly switch between authenticated orgs | | One-click Auth | Opens browser login flow | | Retrieve / Deploy / Validate | Full control with progress feedback | | Open Deployment Status | Direct link to Salesforce Deploy Status page |

Built With

License

This project is licensed under the MIT License (c) Mohan Chinnappan


Deploy faster. Validate safely. Build confidently.