For the complete documentation index, see llms.txt. This page is also available as Markdown.

SharinPix Salesforce CLI Plugin

The SharinPix Salesforce CLI plugin syncs SharinPix forms, permissions, and settings between Salesforce and files on your computer.

Use it to version, review, and deploy SharinPix configuration and files across environments.

In this article, we will demonstrate how to:

Prerequisites

Install the SharinPix Salesforce CLI Plugin

Run the following command to install the plugin:

Authenticate to Salesforce

Use the web login flow to connect your org.

Connect to a production org

Connect to a sandbox or test org

Use --instance-url with the Salesforce test login domain:

List authenticated orgs:

Commands

Discover available commands

Use --help to inspect the plugin and each command:

Target org

All plugin commands require a target Salesforce org.

Pass the login username with -o:

Pull SharinPix forms

Use this command when you only need SharinPix forms.

Pull all SharinPix configuration

This pulls all supported SharinPix configuration from the target org.

Push SharinPix forms

Use this command when you only need to deploy SharinPix forms.

Push all local configuration

This applies all supported local SharinPix configuration to the target org.

Info

Pull updates files on your computer, and Push applies those files to Salesforce.

After each command, check:

  • The target org is correct

  • The expected files changed

  • No errors were reported

Warning

Additional information