Home
Author Manual
Builder Manual
Development
->

fpm sync-status

This command shows the workspace status.

It displays files that have differences between the remote-manifest and your workspace, and new files in the workspace that are not tracked by FPM

Options

Output
This commands gives following status of the file.

Added
This is the status for the new files added to workspace using fpm add <file-name>.

Updated
This is the status for the files that already exist in workspace and are modified but not yet synced.

Deleted
This is the status for the files that already exist in workspace and are marked deleted using fpm rm <file-name>

Up-to-date
This is the status for the files that already exist in workspace and are unchanged. This status is only visible when trying to check the status of unchanged file using fpm sync-status <file-name>.

Conflict
This is the status for the files that are file-with-conflict while syncing and the conflict type is edit-edit-conflict.

CloneEditedRemoteDeleted
This is the status for the files that are file-with-conflict while syncing and the conflict type is delete-edit-conflict.

CloneDeletedRemoteEdited
This is the status for the files that are file-with-conflict while syncing and the conflict type is edit-delete-conflict.

CloneAddedRemoteAdded
This is the status for the files that are file-with-conflict while syncing and the conflict type is add-add-conflict.