Import Configuration

Importing a configuration allows you to restore or replicate a Duplicate Check setup from another Salesforce Org or a previously saved file.

1. Authenticate with the Target Org

sf org login web --alias target-org

2. Run the Import Command

sf plauti duplicatecheck config import -u target-org --file ./export/your_config.json

Optional Flags

FlagDescriptionExample
--pollintervalTime (in seconds) to wait between status checks (default: 3)--pollinterval 10
--apiversionOverride the default Salesforce API version--apiversion 59.0
--loglevelAdjust the logging verbosity (info, warn, error, etc.)--loglevel debug
--jsonOutput the result as JSON (useful for scripting)--json

Example

sf plauti duplicatecheck config import -u target-org --file ./export/my_dedupe_config.json --pollinterval 5