Use the Salesforce CLI to Retrieve the Template Files

Pull the template metadata from the scratch org to your local workspace using the Salesforce CLI command sf project retrieve start.

The command stores the template files on your system under the folder force-app\main\default\waveTemplates\MyNewTemplate

Access them locally on your file system for further development using the IDE of your choice.

If you created your template in CRM Analytics Studio, use the CLI to log in to your org and then use the sf project retrieve start --metadata "WaveTemplateBundle:MyTemplate" CLI command to retrieve your files for editing. For information on setting up and using the CLI for template development, see Prerequisites.

Note

See Also