force-source-status Task

Description

Lists changes that have been made locally, in a scratch org, or both.

It executes the force:source:status command.

Parameters

In addition to the attributes used by every ant-sfdx task, this task uses the following attributes:

Attribute Command line equivalent Description Required
scope -a; -l; -r Specifies which kind of changes are to be listed:
  • All: lists all the changes that have been made..
  • Local: lists the changes that have been made locally.
  • Remote: lists the changes that have been made in the scratch org.
No
targetusername -u A username or alias for the target org. No

Examples

<force-source-status scope="Local" />
<force-source-status scope="Remote" />
<force-source-status scope="All" />
<force-source-status scope="All" targetusername="me@example.com" />

Version: 0.0.0-master