working commit
This commit is contained in:
@@ -30,7 +30,7 @@ type CommonServiceParams struct {
|
|||||||
SkipTLSVerify bool
|
SkipTLSVerify bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (util *ServiceUtil) Makeservcmds() *cobra.Command {
|
func (util *ServiceUtil) MakeServiceCmds() *cobra.Command {
|
||||||
var subCmd = &cobra.Command{
|
var subCmd = &cobra.Command{
|
||||||
Use: "service",
|
Use: "service",
|
||||||
Short: "Service operations",
|
Short: "Service operations",
|
||||||
|
|||||||
+3
-1
@@ -2,7 +2,9 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
|
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
|
||||||
|
|
||||||
dist_man1_MANS = \
|
dist_man1_MANS = \
|
||||||
mproxyctl.1
|
mproxyctl.1 \
|
||||||
|
mproxyctl-service.1 \
|
||||||
|
mproxyctl-service-get.1
|
||||||
|
|
||||||
dist_man8_MANS = \
|
dist_man8_MANS = \
|
||||||
mproxyd.8
|
mproxyd.8
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mproxyctl -
|
mproxyctl -
|
||||||
Operation with artefacts: files, images, service accounts and grants
|
Get hello from service
|
||||||
|
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -11,7 +11,7 @@ Operation with artefacts: files, images, service accounts and grants
|
|||||||
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Operation with artefacts: files, images, service accounts and grants
|
Get hello from service
|
||||||
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
@@ -19,5 +19,9 @@ Operation with artefacts: files, images, service accounts and grants
|
|||||||
help for mproxyctl
|
help for mproxyctl
|
||||||
|
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
\fBmproxyctl-service(1)\fP
|
||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
26-May-2026 Auto generated by spf13/cobra
|
29-May-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
+1
-1
@@ -28,4 +28,4 @@ Artifact storage service
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
26-May-2026 Auto generated by spf13/cobra
|
29-May-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
Reference in New Issue
Block a user