Show Project Sync Status
litewrite_statusCompare local mirror with Litewrite to list added, modified, removed, and remote-only files before deciding to push or pull.
Instructions
Compare the local mirror of a project with Litewrite without changing anything (git-status style).
Reports which local files are added/modified/removed versus the last pull/push, and which files exist only on the remote. Use it before deciding whether to push local changes or pull remote ones.
Args:
projectId (string, required): The project id.
Returns a list of changes with their kind (added/modified/removed/remote_new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Litewrite project id |