diff --git a/cmd/mproxyctl/servcmd/command.go b/cmd/mproxyctl/servcmd/command.go index ebbeedf..6725818 100644 --- a/cmd/mproxyctl/servcmd/command.go +++ b/cmd/mproxyctl/servcmd/command.go @@ -30,7 +30,7 @@ type CommonServiceParams struct { SkipTLSVerify bool } -func (util *ServiceUtil) Makeservcmds() *cobra.Command { +func (util *ServiceUtil) MakeServiceCmds() *cobra.Command { var subCmd = &cobra.Command{ Use: "service", Short: "Service operations", diff --git a/mans/Makefile.am b/mans/Makefile.am index 2b721b3..e306c7e 100644 --- a/mans/Makefile.am +++ b/mans/Makefile.am @@ -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 diff --git a/mans/mproxyctl-service-get.1 b/mans/mproxyctl-service-get.1 new file mode 100644 index 0000000..d31c9a8 --- /dev/null +++ b/mans/mproxyctl-service-get.1 @@ -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 diff --git a/mans/mproxyctl-service.1 b/mans/mproxyctl-service.1 new file mode 100644 index 0000000..d6dc3ec --- /dev/null +++ b/mans/mproxyctl-service.1 @@ -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 diff --git a/mans/mproxyctl.1 b/mans/mproxyctl.1 index 1c60454..cd36ab3 100644 --- a/mans/mproxyctl.1 +++ b/mans/mproxyctl.1 @@ -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 diff --git a/mans/mproxyd.8 b/mans/mproxyd.8 index 33f78fb..b56d774 100644 --- a/mans/mproxyd.8 +++ b/mans/mproxyd.8 @@ -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