Skip to content

caiodelfava/salesforce-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Salesforce Development Guidelines

Apex Logo

Getting Started

Documentation

Prerequisites

Recomended Setup

Recomended VS Code Extensions

Recomended Browser Extensions

Recomended Blogs

Salesforce DX Project

The sfdx-project.json file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.

Development

Documentation

Branching Model: Git Flow

Deployment

Documentation

How Do You Plan to Deploy Your Changes?

Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.

You can also use the commands below to deploy metadata against any org.

Deploying a package

Use the command below to deploy a package.xml file and its contents:

sfdx force:source:deploy --manifest "./manifest/my-package.xml" --testlevel=RunSpecifiedTests --runtests=notests --loglevel fatal

Deploying a single component

Use the command below to deploy a single metadata file to an org from command line using Salesforce CLI.

To just validate a deployment add the --checkonly parameter to the command.

sfdx force:source:deploy --sourcepath "./force-app/main/default/flows/A_ProcessBuilder.flow-meta.xml" --testlevel=RunSpecifiedTests     --runtests=notests --loglevel fatal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors