working commit

This commit is contained in:
2026-05-29 19:16:08 +02:00
parent eb334ed126
commit c5ed2b2245
6 changed files with 105 additions and 6 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
dist_man1_MANS = \
mproxyctl.1
mproxyctl.1 \
mproxyctl-service.1 \
mproxyctl-service-get.1
dist_man8_MANS = \
mproxyd.8
+47
View File
@@ -0,0 +1,47 @@
.nh
.TH "mproxyctl" "1" "May 2026" "mproxyctl command" "User commands"
.SH NAME
mproxyctl-service-get - Get service hello
.SH SYNOPSIS
\fBmproxyctl service get [user:pass@]hostname[:port] [flags]\fP
.SH DESCRIPTION
Get service hello
.SH OPTIONS
\fB-h\fP, \fB--help\fP[=false]
help for get
.SH OPTIONS INHERITED FROM PARENT COMMANDS
\fB-X\fP, \fB--host\fP="localhost:1025"
Hostname
.PP
\fB-P\fP, \fB--pass\fP=""
Password
.PP
\fB-S\fP, \fB--skipVerify\fP[=true]
Skip server certificate verify
.PP
\fB-T\fP, \fB--timeout\fP=10
Operation timeout
.PP
\fB-U\fP, \fB--user\fP=""
Username
.SH SEE ALSO
\fBmproxyctl-service(1)\fP
.SH HISTORY
29-May-2026 Auto generated by spf13/cobra
+46
View File
@@ -0,0 +1,46 @@
.nh
.TH "mproxyctl" "1" "May 2026" "mproxyctl command" "User commands"
.SH NAME
mproxyctl-service - Service operations
.SH SYNOPSIS
\fBmproxyctl service [flags]\fP
.SH DESCRIPTION
Service operations
.SH OPTIONS
\fB-h\fP, \fB--help\fP[=false]
help for service
.PP
\fB-X\fP, \fB--host\fP="localhost:1025"
Hostname
.PP
\fB-P\fP, \fB--pass\fP=""
Password
.PP
\fB-S\fP, \fB--skipVerify\fP[=true]
Skip server certificate verify
.PP
\fB-T\fP, \fB--timeout\fP=10
Operation timeout
.PP
\fB-U\fP, \fB--user\fP=""
Username
.SH SEE ALSO
\fBmproxyctl(1)\fP, \fBmproxyctl-service-get(1)\fP
.SH HISTORY
29-May-2026 Auto generated by spf13/cobra
+7 -3
View File
@@ -3,7 +3,7 @@
.SH NAME
mproxyctl -
Operation with artefacts: files, images, service accounts and grants
Get hello from service
.SH SYNOPSIS
@@ -11,7 +11,7 @@ Operation with artefacts: files, images, service accounts and grants
.SH DESCRIPTION
Operation with artefacts: files, images, service accounts and grants
Get hello from service
.SH OPTIONS
@@ -19,5 +19,9 @@ Operation with artefacts: files, images, service accounts and grants
help for mproxyctl
.SH SEE ALSO
\fBmproxyctl-service(1)\fP
.SH HISTORY
26-May-2026 Auto generated by spf13/cobra
29-May-2026 Auto generated by spf13/cobra
+1 -1
View File
@@ -28,4 +28,4 @@ Artifact storage service
.SH HISTORY
26-May-2026 Auto generated by spf13/cobra
29-May-2026 Auto generated by spf13/cobra