Skip to main content

list

Description

List all pairs folder's name and git repo.

Usage

esysrepo list [options ...]

Options

All available options are:

  • --folder: the folder where the local workspace is located
  • --json / -j: print versioned JSON on stdout
  • --json=<path>: write that JSON to a file
{
"meta": {
"schema": "esysrepo.list",
"schema_version": 1
},
"workspace_root": ".",
"projects": [
{ "path": "src/foo", "name": "foo" },
{ "path": "src/bar", "name": "bar" }
]
}

Examples

Still on an ESysRepo SW development workspace: