Anonymous Executer (AExec)AExec is an extension used to easily run Anonymous Apex for Salesforce from VS Code. This extension requires the SFDX CLI and also must be run from an SFDX Project. FeaturesAutomated Setup Run the AExec: Setup Anonymous Apex Files to easily set up all the necessary files for AExec to run. Files for AExec are created in the directory "aexec". Run Anonymous Apex with Debug Filtering Use the aexec-config.json to list additional keywords to filter based off of. AExec uses these keywords to build a regex to filter the debug log line by line. Run the AExec: Execute Anonymous Apex to run the Anonymous Apex found in anon.apex. RequirementsThe Salesforce SFDX CLI is required to be installed, as this extension makes use of commands from this library. The CLI can be found here: https://developer.salesforce.com/docs/atlas.en-us.234.0.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm Additionally, in order to authenticate with your org, you must be running the extension from an SFDX Project that has been authorized with your org. Known IssuesNo known issues currently. Release Notes1.0.0Initial release with the following features:
1.0.1Bugfix
1.0.2Bugfix
1.0.3Forgot to update the changelog |