Import Configuration
On this page
Importing a configuration allows you to restore or replicate a Plauti Deduplicate setup from another Salesforce Org or a previously saved file.
1. Authenticate with the Target Org
sf org login web --alias target-org2. Run the Import Command
sf plauti duplicatecheck config import -u target-org --file ./export/your_config.jsonOptional Flags
| Flag | Description | Example |
|---|---|---|
--pollinterval |
Time (in seconds) to wait between status checks (default: 3) | --pollinterval 10 |
--apiversion |
Override the default Salesforce API version | --apiversion 59.0 |
--loglevel |
Adjust the logging verbosity (info, warn, error, etc.) |
--loglevel debug |
--json |
Output 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