Skip to main content

status

CLI reference

Description

Show the working tree status, including new files, modified files, and related changes across repositories in the workspace.

Usage

esysrepo status [options ...]

Options

Available options:

  • --quiet / -q: Only print the name of modified projects
  • --folder / -f PATH: Workspace folder (common option; default is the current directory)

Examples

On a workspace with two new log.txt files:

ESysRepo 0.1.0

[info] Status ...
[info] Repository : .                                    master
--     log.txt
[info] Repository : src/esysrepo                         master
--     log.txt
[info] Status done.