List all Sandboxes linked to Production
Plauti CLI Commands
If your Plauti license is linked to multiple Salesforce environments, you can view all sandbox orgs currently connected to your production license. This is useful for managing environments and ensuring that sandboxes are properly linked.
Prerequisites
- You need a valid Plauti Cloud API Key
- You must be authenticated with the production org (
sf org login web
)
Command
sf plauti duplicatecheck sandbox list \
--plauticloudapikey <your-api-key> \
-u <your-production-org>
Output
- A list of sandbox orgs currently linked to your production environment.
Updated 17 days ago