glab(1) glab(1)

glab-check-update - Check for the latest glab version.

glab check-update [flags]

Checks for the latest version of glab available on GitLab.com.

When you run this command explicitly, glab always checks for updates, even if the previous check was less than 24 hours ago.

When glab runs this check automatically after other commands, it checks for updates at most once every 24 hours.

To turn off the automatic update check, run glab config set check_update false. To turn it back on, run glab config set check_update true.

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

# Check for the latest glab version
glab check-update
# Check for the latest glab version using the alias
glab update

glab(1)

Jun 2026 Auto generated by spf13/cobra