Pull

Pull metadata from target org.

sfp pull

Pull metadata from target org.

USAGE
  $ sfp pull -o <value> [--json] [-p <value> | -s <value> | -d <value>] [-r <value>] [-i]
    [--no-replacements] [--replacementsoverride <value>] [--preview] [--loglevel
    trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

FLAGS
  -d, --domain=<value>                Pull all metadata for a specific domain.
                                      The domain has to be set by the command sfp config:set (-g).
  -i, --ignore-conflicts              This flag applies only to orgs that allow source tracking. It has no effect on
                                      orgs that don't allow it, such as production orgs.
  -o, --targetusername=<value>        (required) Username or alias of the target org.
  -p, --package=<value>               Pull all metadata for a specific package.
  -r, --retrieve-path=<value>         Ouput location for the retrieved metadata.Default location if retrieved component
                                      doesn't match with one in set.
  -s, --source-path=<value>           Pull all metadata for a specific path.
      --loglevel=<option>             [default: info] logging level for this command invocation
                                      <options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
      --no-replacements               Skip applying text replacements during pull
      --preview                       Show what a pull would change in the working tree without modifying anything. For
                                      data packages with dataFormat: perRecord, emits a per-record diff (added /
                                      modified / deleted / unchanged) — pair with --json for machine-readable output
                                      (used by codev desktop's source-tracking UI).
      --replacementsoverride=<value>  Path to a YAML file containing replacement overrides

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Pull metadata from target org.

ALIASES
  $ sfp source pull
  $ sfp project pull

EXAMPLES
  $ sfp project:pull -o myTargetOrg

On this page