Link license from Production to Sandbox
Plauti CLI Commands
To share your Plauti license from your production org with a sandbox (or scratch org), you must explicitly link them. This allows the sandbox to access features and limits provided by the production license.
When to Use
- After refreshing a sandbox
- When creating a new scratch org
- When setting up test environments
Prerequisites
- Your production org must already have an active Plauti license
- You need your Plauti Cloud API Key from the production environment
- You must know the sandbox name
- You must be authenticated with the sandbox org
Command
sf plauti duplicatecheck sandbox link \
--plauticloudapikey <your-api-key> \
--sandboxname <your-sandbox-name> \
-u <sandbox-org-alias>
Optional Parameters
Flag | Description |
---|---|
--organizationid | Org ID of the sandbox (optional) |
--sandboxusername | Username of the sandbox user (optional) |
After Linking
- The sandbox inherits access to the production license
- You can immediately use Duplicate Check features in the sandbox
Updated 17 days ago