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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-repo-update	- Update an existing GitLab project or repository.

SYNOPSIS
       glab repo update	[path] [flags]

DESCRIPTION
       Update an existing GitLab project or repository.

OPTIONS
       --archive[=false]      Whether the project should be archived.

       --defaultBranch=""      New default branch for the project.

       -d, --description=""	 New description for the project.

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

EXAMPLE
       # Update	the description	for my-project.
       $ glab repo update my-project --description "This project is cool."

       # Update	the default branch for my-project.
       $ glab repo update my-project --defaultBranch main

       # Archive my-project.
       $ glab repo update my-project --archive
       $ glab repo update my-project --archive=true

       # Unarchive my-project.
       $ glab repo update my-project --archive=false

SEE ALSO
       glab-repo(1)

Auto generated by spf13/cobra	   Nov 2025			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-update&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help