Pool

@flxbl-io/sfp pool

Build and manage scratch org or sandbox pools

  • @flxbl-io/sfp pool delete

  • @flxbl-io/sfp pool fetch

  • @flxbl-io/sfp pool list

  • @flxbl-io/sfp pool metrics publish

  • @flxbl-io/sfp pool org delete

  • @flxbl-io/sfp pool prepare

@flxbl-io/sfp pool delete

Deletes the pooled scratch orgs from the Scratch Org Pool

USAGE
  $ @flxbl-io/sfp pool delete -v <value> [-t <value>] [-i | -a] [-o] [--apiversion <value>] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -a, --allscratchorgs                Deletes all used and unused Scratch orgs from pool by the tag
  -i, --inprogressonly                Deletes all In Progress Scratch orgs from pool by the tag
  -o, --orphans                       Recovers scratch orgs that were created by salesforce but were not tagged to sfp
                                      due to timeouts etc.
  -t, --tag=<value>                   tag used to identify the scratch org pool
  -v, --targetdevhubusername=<value>  (required) Username or alias of the Dev Hub org.
      --apiversion=<value>            Override the api version used for api requests made by this command
      --loglevel=<option>             [default: info] logging level for this command invocation
                                      <options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>

DESCRIPTION
  Deletes the pooled scratch orgs from the Scratch Org Pool

EXAMPLES
  $ sfp pool:delete -t core 

  $ sfp pool:delete -t core -v devhub

  $ sfp pool:delete --orphans -v devhub

See code: src/commands/pool/delete.ts

@flxbl-io/sfp pool fetch

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

See code: src/commands/pool/fetch.ts

@flxbl-io/sfp pool 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/list.ts

@flxbl-io/sfp pool metrics publish

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

See code: src/commands/pool/metrics/publish.ts

@flxbl-io/sfp pool org delete

Deletes a particular scratch org in the pool, This command is to be used in a pipeline with correct permissions to delete any active scratch org record or to be used by an adminsitrator

See code: src/commands/pool/org/delete.ts

@flxbl-io/sfp pool prepare

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/prepare.ts

Last updated