Advanced Search
Search Results
123 total results found
Usual Command Flows - Daily
This flow represents a typical consultant's daily routine for working with Salesforce scratch orgs and version control. 1. Start of Day - Setup Bash # Open your terminal/CLI # Navigate to your project folder cd path/to/your/salesforce-project # Get lat...
Usual Command Flows - Scratch Org Creation
Scratch orgs typically last 7-30 days. Here's the flow for creating and managing scratch orgs. 1. Create New Scratch Org Note that the scratch org definition file must have been created before - this is usually the TA's responsability. Bash # Navigate ...
Usual Command Flows - Sprint Release and Change Flow
This flow describes the process when code is promoted through environments during sprint releases. 1. Pre-Release - Complete Feature Work Bash # Ensure all changes are committed git status sf project retrieve start --target-org my-scratch-org git a...