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
| Flag | Required | Description |
|---|---|---|
-v, --targetdevhubusername=<value> | No | Username or alias of the production org |
-n, --name=<value> | No | Filter results by sandbox name (max 10 characters) |
-s, --status=<value> | No | Filter results by sandbox status |
--json | No | Format output as JSON |
--loglevel=<option> | No | Logging level for this command invocation |
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