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.ts
sfp pool probe
Probe a pool by name in a given folder
See code: src/commands/pool/probe.ts
sfp pool sandbox expire
Expire a sandbox from a pool
See code: src/commands/pool/sandbox/expire.ts
sfp pool sandbox fetch
Fetch a sandbox from a pool and assign with a unique identifier
See code: src/commands/pool/sandbox/fetch.ts
sfp pool sandbox init
Prepare a pool of sandboxes
See code: src/commands/pool/sandbox/init.ts
sfp pool sandbox list
List all sandboxes in the pool
See code: src/commands/pool/sandbox/list.ts
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.ts
sfp pool sandbox retain
Toggle immortality of a sandbox (prevent/allow automatic expiration)
See code: src/commands/pool/sandbox/retain.ts
sfp pool scratch delete
Deletes the pooled scratch orgs from the Scratch Org Pool
See code: src/commands/pool/scratch/delete.ts
sfp pool scratch fetch
Gets an active/unused scratch org from the scratch org pool
See code: src/commands/pool/scratch/fetch.ts
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.ts
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.ts
Last updated
Was this helpful?