Describe the bug
The repo view command fails to return a list of projects.
Steps to reproduce the behavior
gh repo view --json projects
- View the output '....'
Expected vs actual behavior
Expected a list of projects
Logs
$ gh repo view --json projects
{
"projects": []
}
Describe the bug
The
repo viewcommand fails to return a list of projects.Steps to reproduce the behavior
gh repo view --json projectsExpected vs actual behavior
Expected a list of projects
Logs
$ gh repo view --json projects { "projects": [] }