46 lines
904 B
Groff
46 lines
904 B
Groff
.Dd Jan 6, 2025
|
|
.Dt gitlabvers 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm gitlabvers
|
|
.Nd Show the latest version of GitLab
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Fl h
|
|
.Nm
|
|
.Fl \-version
|
|
.Nm
|
|
.Op Fl a
|
|
.Sh DESCRIPTION
|
|
The
|
|
.Nm
|
|
tool shows the latest GitLab version, in order to be able to quickly see whether
|
|
the docker container running GitLab needs to be updated.
|
|
.Pp
|
|
The options are as follows:
|
|
.Bl -tag -width Ds
|
|
.It Fl a, \-all
|
|
Show all versions found in GitLab's Changelog.
|
|
.It Fl h, \-help
|
|
Print help text and exit.
|
|
.It Fl \-version
|
|
Print version info and exit.
|
|
.El
|
|
.\" .Sh ENVIRONMENT
|
|
.Sh FILES
|
|
.Lk https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/CHANGELOG.md
|
|
.Sh EXIT STATUS
|
|
.Nm
|
|
exits 0 on success, and 1 if an error occurs.
|
|
.\" .Sh EXAMPLES
|
|
.\" .Sh DIAGNOSTICS
|
|
.\" .Sh SEE ALSO
|
|
.\" .Xr foobar 1
|
|
.\" .Sh STANDARDS
|
|
.\" .Sh HISTORY
|
|
.Sh AUTHORS
|
|
.An Bob Polis Aq Mt bob@avtware.com
|
|
.\" .Sh CAVEATS
|
|
.\" .Sh BUGS
|
|
.\" .Sh SECURITY CONSIDERATIONS
|