List Sandbox

This command lists sandboxes and their statuses from the specified production org. You can filter the results by sandbox name and status.

Usage

$ sfp sandbox:list [flags]
$ sfp sandbox:status [flags]

Flags

Status Options

Available status options: 'Pending', 'Processing', 'Completed', 'Deleted', 'Deleting', 'Discarding', 'Locked', 'Locking', 'Sampling', 'Stopped', 'Suspended', 'Activating'

Examples

$ sfp sandbox:list --name mySandbox1 -v myDevHub
$ sfp sandbox:status --status Completed -v myDevHub

Last updated