正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab check-update

Check for the latest glab version.

Synopsis

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.

glab check-update [flags]

Aliases

update

Examples

# Check for the latest glab version
glab check-update

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

Options inherited from parent commands

  -h, --help   Show help for this command.