Pool

Build and manage scratch org or sandbox pools

sfp pool metrics publish

Publish metrics about scratch org pools to your observability platform, via StatsD or direct APIs for supported platforms

USAGE
  $ sfp pool metrics publish -v <value> [--json] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -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
  Publish metrics about scratch org pools to your observability platform, via StatsD or direct APIs for supported
  platforms

EXAMPLES
  $ sfp pool:metrics:publish -v <myDevHub>

See code: src/commands/pool/metrics/publish.tsarrow-up-right

sfp pool probe

Probe a pool by name in a given folder

See code: src/commands/pool/probe.tsarrow-up-right

sfp pool sandbox expire

Expire a sandbox from a pool

See code: src/commands/pool/sandbox/expire.tsarrow-up-right

sfp pool sandbox fetch

Fetch a sandbox from a pool and assign with a unique identifier

See code: src/commands/pool/sandbox/fetch.tsarrow-up-right

sfp pool sandbox init

Prepare a pool of sandboxes

See code: src/commands/pool/sandbox/init.tsarrow-up-right

sfp pool sandbox list

List all sandboxes in the pool

See code: src/commands/pool/sandbox/list.tsarrow-up-right

sfp pool sandbox monitor

Monitor sandbox status and do the necessary actions such as assigning to pool, activating users, etc.

See code: src/commands/pool/sandbox/monitor.tsarrow-up-right

sfp pool sandbox retain

Toggle immortality of a sandbox (prevent/allow automatic expiration)

See code: src/commands/pool/sandbox/retain.tsarrow-up-right

sfp pool scratch delete

Deletes the pooled scratch orgs from the Scratch Org Pool

See code: src/commands/pool/scratch/delete.tsarrow-up-right

sfp pool scratch fetch

Gets an active/unused scratch org from the scratch org pool

See code: src/commands/pool/scratch/fetch.tsarrow-up-right

sfp pool scratch init

Prepare a pool of scratchorgs with all the packages upfront, so that any incoming change can be validated in an optimized manner

See code: src/commands/pool/scratch/init.tsarrow-up-right

sfp pool scratch list

Retrieves a list of active scratch org and details from any pool. If this command is run with -m|--mypool, the command will retrieve the passwords for the pool created by the user who is executing the command.

See code: src/commands/pool/scratch/list.tsarrow-up-right

Last updated

Was this helpful?