An extension that contains some Salesforce related packaging commands along with some additional utitlity commands.
Download the repo and use the ForcePanda-SFDX-.vsix file to install the extension in your VS Code. Note: Previous versions of the vsix file can be found in the 'Previous Versions' folder.
Version | Fixes |
---|---|
1.0.0 | Base Version |
1.1.0 | FPDX: Push to Change Set - removes change set files after push. |
1.2.0 | FPDX: Push to Change Set - added the option to use manifest file. |
All commands start with 'FPDX'. Below is a list of available commands provided by this extension:
- Description: Creates a package without a namespace.
- Description: Creates a package with a namespace.
- Description: Creates a new version of a package.
- Description: Releases a package version.
- Description: Deletes a package version.
- Description: Deletes a package.
- Description: Retrieves a list of all packages.
- Description: Retrieves a list of all package versions.
- Description: Checks the status of a package version.
- Description: Retrieves the deployment status.
- Description: Retrieves the change set.
- Description: Pushes changes to the change set.
- Description: Converts the source to MDAPI format.
- Description: Opens the Developer Console.
- Description: Navigates to a specific page.
- Description: Pushes metadata to a package.