Skip to content
TOPIC

Admin.

POSTS
5
OLDEST
2026
NEWEST
2026

All posts.

MAY 21 2026

Org-Dependent Packages: How to Edit in a Sandbox, Pull Changes, and Create a Merge Request

The complete workflow for org-dependent Salesforce packages: make changes in a sandbox, retrieve them with sf CLI, commit to git, and open a merge request. Step by step.

Salesforcesf cligitunlocked-packageorg-dependentadminDevOps
MAY 19 2026

Deploying Salesforce Metadata with sf CLI: From Sandbox to Production

Deploy Salesforce metadata from your local project back to a sandbox or production org using sf CLI, including check-only deploys, reading results, and what to do when deploy fails.

Salesforcesf clideploymetadataadminDevelopment Best Practices
MAY 17 2026

Git Basics for Salesforce Admins: Track Your Org Changes with Version Control

Learn the six git commands every Salesforce admin needs: init, status, add, commit, log, and diff. Includes a real workflow: retrieve a Flow, commit it, change it, see the diff.

Salesforcegitadminversion-controlDevelopment Best Practices
MAY 1 2026

Setting Up Your Environment: Terminal, sf CLI, and Git for Salesforce Admins

Step-by-step guide to setting up your terminal, sf CLI, and git on Windows or macOS: everything a Salesforce admin needs before working with metadata.

Salesforcesf cligitadminsetupDevelopment Best Practices
APR 29 2026

What is Version Control and Why Every Salesforce Admin Needs It

Version control for Salesforce admins explained from scratch: what it is, why your org needs it, and what you can do with git that you can't do today.

Salesforcegitversion-controladminDevelopment Best Practices