How to install the latest @salesforce/cli with node20 using Homebrew.

If you are running on a Mac with homebrew and have node installed, the chances are when you try to install the latest @salesforce/cli it would show that installation was successful. However, any commands you run like sf version will throw this annoying warning. Update: This issue seems to have been fixed with node-v21.6.0 and… Read More How to install the latest @salesforce/cli with node20 using Homebrew.

How To Limit Pushing Changes To Specific Remote Branches in Bitbucket

On this post we are going to learn how to limit pushing changes to specific remote branches in Bitbucket. Let’s say we have the following repository branches. main or master uat qa We do not want users to directly push their changes to any of the remote branches without going through pull request and code… Read More How To Limit Pushing Changes To Specific Remote Branches in Bitbucket