.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-packages-list - List packages in a project's package registry. .SH SYNOPSIS \fBglab packages list [flags]\fP .SH DESCRIPTION List the packages in a project's package registry. All package types (generic, npm, maven, etc.) are returned. Use \fB--page\fR and \fB--per-page\fR to paginate the result, and \fB--name\fR to filter by package name. .PP By default, packages are listed for the current project. Use \fB--repo\fR to target another project. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-n\fP, \fB--name\fP="" Filter packages by name (substring match). .PP \fB--package-type\fP="" Package type composer, conan, debian, generic, golang, helm, maven, npm, nuget, pypi, terraform_module .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # List all packages in the current project glab packages list # Use the 'ls' alias glab packages ls # Filter by package name glab packages list --name my-package # List a specific page with a custom page size glab packages list --page 2 --per-page 10 # List packages from another project glab packages list -R owner/repo .EE .SH SEE ALSO \fBglab-packages(1)\fP