Skip to content

Source retrieve issues

Automated force retrieve

It happens that when calling sfdx hardis:scratch:pull, some elements are not retrieved.

The most usual cases are updates on:

  • CustomApplication
  • RecordTypes

See how to configure .sfdx-hardis to force the retrieve of metadatas with autoRetrieveWhenPull property.

Manual Retrieve

You can also use command to manually retrieve metadatas, but it will pull a lot of metadatas so you will have to carefully select them for your commit.

Under the hood Under the hood

See details in hardis:source:retrieve command documentation