Skip to content

fix(project): Remove repo override functionality

Patrick Bajao requested to merge 1169-remove-repo-flag-project-list-command into main

Description

Since glab project list is supposed to list projects, overriding repo doesn't make sense. Adding the --repo flag when running the command also doesn't do anything.

It's helpful if we can filter by group which will be done in #1240 (closed).

Related Issues

Resolves #1169 (closed)

How has this been tested?

Run glab project list --help and see that the --repo flag isn't available anymore.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
Edited by Patrick Bajao

Merge request reports