Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

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

SYNOPSIS
       glab cluster agent check_manifest_usage [flags]

DESCRIPTION
       Searches	a group	and its	 descendant  projects  for  registered	agents
       whose   configuration   files   include	 the  deprecated  gitops.mani-
       fest_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/.

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

OPTIONS	INHERITED FROM PARENT COMMANDS
       -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 ac-
       cepted.

EXAMPLE
       # 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

SEE ALSO
       glab-cluster-agent(1)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-cluster-agent-check_manifest_usage&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help