Sandbox
sfp sandbox create
sfp sandbox createUSAGE
$ sfp sandbox create -v <value> [--json] [-s <value> [-n <value> | -f <value>]] [-d <value>] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-d, --description=<value> Description for the sandbox being created
-f, --definition-file=<value> Sandbox definition file. Multiple inputs possible by comma seperated list.
-n, --name=<value> Sandbox name(s). Multiple inputs possible by comma seperated list.
-s, --sourcesandbox=<value> Provide the name of the source sandbox where the sandbox should be cloned from
-v, --targetdevhubusername=<value> (required) Username or alias of the Dev Hub org.
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Create a sandbox.
Start a sandbox create process for all specified names from the input flag.
ALIASES
$ sfp org create sandbox
EXAMPLES
$ sfp sandbox:create -v MyDevHub -n MySandbox1 -s SourceSandboxsfp sandbox delete
sfp sandbox deletesfp sandbox delete-with-cleanup
sfp sandbox delete-with-cleanupsfp sandbox list
sfp sandbox listsfp sandbox login
sfp sandbox loginsfp sandbox update
sfp sandbox updatesfp sandbox validate
sfp sandbox validateLast updated
Was this helpful?