Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Enzigma COE: Salesforce Repo SetupNew to Visual Studio Code? Get it now.
Enzigma COE: Salesforce Repo Setup

Enzigma COE: Salesforce Repo Setup

Nikhil Janwe

|
2 installs
| (0) | Free
Create, initialize, and clone client Salesforce repositories.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

COE: Salesforce Repo Setup

VS Code / Cursor / Windsurf extension that automates creation and initial setup of Salesforce client repositories under enzigma/coe.


What it does

  1. Creates a new private GitLab project under enzigma/coe
  2. Scaffolds it with sfdx-project.json, manifest/package.xml (100 metadata types), .gitignore, and README.md
  3. Initialises three branches: main → uat → developer
  4. Auto-detects each Salesforce org's type (Production / Partial Copy / Developer) via SOQL
  5. Retrieves full metadata from each org and commits to the correct branch
  6. Clones the repo locally, checks out developer, and opens the project in Windsurf

Prerequisites

Tool Purpose
git Repository operations
sf (SF CLI v2) Salesforce metadata retrieval
node ≥ 18 Extension runtime
GitLab PAT api scope required

Authenticate your orgs before running:

sf org login web -a acme-prod
sf org login web -a acme-uat
sf org login web -a acme-dev
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft