PullChangesFromGitAsync Action

Bring changes fetched from RefreshChangesFromGit to your Dataverse environment asynchronously.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
SolutionUniqueName
Edm.String False False

The solution unique name of the solution containing the components you seek to pull updates for.

AdditionalParameters
PullChangesFromGitParameters True True

Additional parameters that govern the pull operation. Set DeleteDeletedComponents to true to delete components from the environment when they were deleted in Git. The default value is false, which removes them from the solution without deleting them from the environment.

Return type

Type Nullable Description
PullChangesFromGitAsyncResponse False Contains the response of the PullChangesFromGitAsync action.

See also