Scroll to navigation

REPO(1) Repo Manual REPO(1)

NAME

repo - repo list - manual page for repo list

SYNOPSIS

repo list [-f] [<project>...]

DESCRIPTION

Summary

List projects and their associated directories

repo list [-f] -r str1 [str2]..."

OPTIONS

-h, --help
show this help message and exit
-r, --regex
Filter the project list based on regex or wildcard matching of strings
-g GROUPS, --groups=GROUPS
Filter the project list based on the groups the project is in
-f, --fullpath
Display the full work tree path instead of the relative path
-n, --name-only
Display only the name of the repository
-p, --path-only
Display only the path of the repository

Run `repo help list` to view the detailed manual.

Description

List all projects; pass '.' to list the project for the cwd.

This is similar to running: repo forall -c 'echo "$REPO_PATH : $REPO_PROJECT"'.

January 2021 repo list