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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-cluster-agent-get-token  -	Create	a  personal access token for a
       GitLab Agent for	Kubernetes.

SYNOPSIS
       glab cluster agent get-token [flags]

DESCRIPTION
       The token has the k8s_proxy scope and is	valid until  the  end  of  the
       current day.

       You  might  receive  an email from your GitLab instance that a new per-
       sonal access token has been created.

OPTIONS
       -a, --agent=0	  The numerical	Agent ID to connect to.

       -c, --cache-mode="force-keyring"	     Mode to use for caching  the  to-
       ken. Allowed values: keyring-filesystem-fallback, force-keyring,	force-
       filesystem, no.

       --check-revoked[=false]	     Check  if a cached	token is revoked. This
       requires	an API call to GitLab which adds latency every time  a	cached
       token is	accessed.

       --jq=""	    Filter JSON	output with a jq expression.

       --token-expiry-duration=24h0m0s	     Duration  for how long the	gener-
       ated tokens should be valid for.	Minimum	is 1 day and the effective ex-
       piry is always at the end of the	day, the time is ignored.

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
       # Get a token for agent 123
       glab cluster agent get-token --agent 123

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-get-token&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help