Skip to main content

overlays status

Check the sync status of local overlay files against the remote API.

Usage

revos overlays status [files...] [-d <dir>] [--columns <cols>] [--json]

Options

FlagDescription
[files...]Specific files to check. If omitted, checks all files in the directory.
-d, --dir <path>Directory containing overlay files. Default: ./overlays
--columns <cols>Columns to display, e.g. name,status
--jsonFormat output as JSON

Sync Statuses

StatusMeaning
syncedLocal and remote are identical
modifiedLocal file has changes not yet pushed
newLocal file exists but has no remote counterpart
remote-onlyOverlay exists on remote but not locally
conflictBoth local and remote have changed since last sync

Examples

Check all overlays:

revos overlays status

Show only name and status columns:

revos overlays status --columns name,status