glab(1) glab(1)

glab-cluster-agent-check_manifest_usage - Find agents using deprecated GitOps manifest settings. (EXPERIMENTAL)

glab cluster agent check_manifest_usage [flags]

Searches a group and its descendant projects for registered agents whose configuration files include the deprecated gitops.manifest_projects setting.

The output is tab-separated and can be redirected to a TSV file.

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/.

-a, --agent-page=1 Page number for agents.

-A, --agent-per-page=30 Number of agents to list per page.

-g, --group="" Group ID to check.

-p, --page=1 Page number for projects.

-P, --per-page=30 Number of projects to list per page.

-r, --recursive[=false] Recursively check subgroups.

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

# 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

glab-cluster-agent(1)

Jun 2026 Auto generated by spf13/cobra