Validate

@flxbl-io/sfp validate

Validate a change in your project repository

  • @flxbl-io/sfp validate org

  • @flxbl-io/sfp validate pool

@flxbl-io/sfp validate org

Validate a change in your project repository against a provided org

USAGE
  $ @flxbl-io/sfp validate org -o <value> --mode individual|thorough [--releaseconfig <value>]
    [--coveragepercent <value>] [--diffcheck] [--disableartifactupdate] [-g <value>] [--basebranch <value>] [--orginfo]
    [--installdeps] (--disablesourcepkgoverride -v <value>) [--disableparalleltesting] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -g, --logsgroupsymbol=<value>...  Symbol used by CICD platform to group/collapse logs in the console. Provide an
                                    opening group, and an optional closing group symbol.
  -o, --targetorg=<value>           (required) Username or alias of the target org.
  -v, --devhubalias=<value>         (required) Username or alias of the Dev Hub org.
      --basebranch=<value>          The pull request base branch
      --coveragepercent=<value>     [default: 75] Minimum required percentage coverage for validating code coverage of
                                    packages with Apex classes
      --diffcheck                   Only build the packages which have changed by analyzing previous tags
      --disableartifactupdate       Do not update information about deployed artifacts to the org
      --disableparalleltesting      Disable test execution in parallel, this will execute apex tests in serial
      --disablesourcepkgoverride    Disables overriding unlocked package installation as source package installation
                                    during validate
      --installdeps                 Install dependencies during fast feedback
      --loglevel=<option>           [default: info] logging level for this command invocation
                                    <options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
      --mode=<option>               (required) [default: thorough] validation mode
                                    <options: individual|thorough>
      --orginfo                     Display info about the org that is used for validation
      --releaseconfig=<value>...    Path to the config file which determines which impacted domains need to be validated

DESCRIPTION
  Validate a change in your project repository against a provided org

ALIASES
  $ @flxbl-io/sfp orchestrator validateagainstorg
  $ @flxbl-io/sfp validateAgainstOrg

EXAMPLES
  $ sfp validate org  -o <targetorg>

See code: src/commands/validate/org.ts

@flxbl-io/sfp validate pool

Validate a change in your project repository against a scratch org prepared by the prepare command

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

Last updated