Skip to content

VS Code extension for easy access and use of sfdx-dmg-plugin and other handy commands via the Command Palette, Explorer, and Editor.

Notifications You must be signed in to change notification settings

Pflaumen/pflaumen-sfdx

Repository files navigation

Pflaumen SFDX

This VS Code extension allows for easy access and use of sfdx-dmg-plugin and other handy commands via the Command Palette, Explorer, and Editor.

Installation

  1. Install sfdx-dmg-plugin

  2. Install this extension

  3. Reload VSCode

Commands

Pflaumen SFDX: Retrieve Source

Runs Retrieve Source using the package at /manifest/package.xml

Pflaumen SFDX: Cleanup Source

Runs Cleanup Source

Pflaumen SFDX: Open Workbench

  1. Presents a list of currently enabled orgs; retrieved via sfdx force:org:list

a. Last used org for quick access

b. Refresh org list if a new org was recently added
  1. Runs Open Workbench upon selection

Pflaumen SFDX: Sign Out of Org

  1. Presents a list of currently enabled orgs; retrieved via sfdx force:org:list

a. Last used org for quick access

b. Refresh org list if a new org was recently added
  1. Runs sfdx force:auth:logout -u {orgAlias} upon selection

Pflaumen SFDX: Get Fields from sObject

Enter a valid sObject API name, and the extension will print all fields to the Output channel in VSCode.

Pflaumen SFDX: SOQL Select * on Highlighted Text

Dynamically builds a SOQL query for all fields in an object, then returns the results.

You may specify a file name to export the search to a CSV, or leave it blank to have the results posted into the Output channel in VSCode.

Invocation Methods

Command Palette (Cmd + Shift + P)

Right Click Editor (when package.xml is the active tab)

Right Click Explorer (when package.xml is the active tab)

Touchbar

(when package.xml is the active tab)

  • Open Workbench
  • Retrieve Source

(all other files)

  • Open Workbench

Settings

Workbench

URL

About

VS Code extension for easy access and use of sfdx-dmg-plugin and other handy commands via the Command Palette, Explorer, and Editor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published