Code Extension Salesforce CLI Command Reference
Use these Salesforce CLI commands to work with code extension scripts.
data-code-extension script init: Initialize a new code extension script package with the default project structure and configuration files.data-code-extension script run: Run your script locally by using the specified entrypoint and test configuration.data-code-extension script scan: Validate and refresh script package metadata (for example,config.jsonand dependencies) before packaging or deployment.data-code-extension script zip: Create a deployment-ready.ziparchive from your script package directory.data-code-extension script deploy: Upload and deploy the packaged script to a target Data 360 org.