.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-cluster-agent-check-manifest-usage - Find agents using deprecated GitOps manifest settings. (EXPERIMENTAL) .SH SYNOPSIS \fBglab cluster agent check-manifest-usage [flags]\fP .SH DESCRIPTION Searches a group and its descendant projects for registered agents whose configuration files include the deprecated \fBgitops.manifest_projects\fR setting. .PP The output is tab-separated and can be redirected to a TSV file. .PP This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/. .SH OPTIONS \fB-a\fP, \fB--agent-page\fP=1 Page number for agents. .PP \fB-A\fP, \fB--agent-per-page\fP=30 Number of agents to list per page. .PP \fB-g\fP, \fB--group\fP="" Group ID to check. .PP \fB-p\fP, \fB--page\fP=1 Page number for projects. .PP \fB-P\fP, \fB--per-page\fP=30 Number of projects to list per page. .PP \fB-r\fP, \fB--recursive\fP[=false] Recursively check subgroups. .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 # Check a group for agents using deprecated GitOps manifest settings glab cluster agent check-manifest-usage --group my-group # Recursively check a group and all its subgroups glab cluster agent check-manifest-usage --group my-group --recursive .EE .SH SEE ALSO \fBglab-cluster-agent(1)\fP