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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-duo-cli - Run the GitLab Duo CLI (Beta)

SYNOPSIS
       glab duo	cli [command] [flags]

DESCRIPTION
       Run the GitLab Duo CLI.

       Use  the	 GitLab	Duo CLI	to bring the GitLab Duo	Agent Platform to your
       terminal.  Ask GitLab Duo questions about your codebase and use	it  to
       autonomously perform actions on your behalf.

       When you	use the	GitLab Duo CLI in the GitLab CLI, glab handles authen-
       tication	for you	automatically.	You only need to authenticate once.

       Prerequisites:

        Use GitLab 18.11 or later.

        Run glab auth login to	authenticate.

        Meet	 the	prerequisites	 for   GitLab	Duo   Agent   Platform
	 <https://docs.gitlab.com/user/duo_agent_platform/#prerequisites>.

        Turn	on   beta   and	  experimental	 features   <https://docs.git-
	 lab.com/user/duo_agent_platform/turn_on_off/#turn-on-beta-and-experi-
	 mental-features>.

       Configuration options:

        duo_cli_auto_run: Skip	the run	confirmation prompt.

        duo_cli_auto_download:	Skip the download confirmation prompt.

       All  other arguments and	flags are passed through to the	GitLab Duo CLI
       binary.

       For  more  information,	see   the   GitLab   Duo   CLI	 documentation
       <https://docs.gitlab.com/user/gitlab_duo_cli/>.

       This  feature is	in beta	and might not be ready for production use.  It
       might be	unstable and breaking changes can occur	outside	of  major  re-
       leases.	 For  more information,	see https://docs.gitlab.com/policy/de-
       velopment_stages_support/.

OPTIONS
       --install[=false]      Install the Duo CLI binary without  running  it.
       (default	false)

       --update[=false]	     Check for and install updates to the binary. (de-
       fault false)

       -y, --yes[=false]      Skip confirmation	prompts. (default false)

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

EXAMPLE
       # Run the GitLab	Duo CLI
       glab duo	cli

       # Pass any command or flag through to the Duo CLI binary	(for example: version, run, help)
       glab duo	cli <command>

       # Show this help
       glab duo	cli --help

       # Show Duo CLI help
       glab duo	cli help

       # Run without prompts (for use in scripts and non-interactive environments)
       glab duo	cli --yes

       # Install the Duo CLI binary
       glab duo	cli --install

       # Install the Duo CLI binary without prompts
       glab duo	cli --install --yes

       # Check for and install updates
       glab duo	cli --update

SEE ALSO
       glab-duo(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-duo-cli&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help