From e2e4ec1776902643946a538badc8ac8caa572183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D0=B5=D0=B3=20=D0=91=D0=BE=D1=80=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Mon, 23 Feb 2026 18:41:02 +0200 Subject: [PATCH] working commit --- mans/Makefile.am | 7 ++++- mans/Makefile.in | 6 +++- mans/mstorectl-accounts-create.1 | 2 +- mans/mstorectl-accounts-delete.1 | 2 +- mans/mstorectl-accounts-get.1 | 2 +- mans/mstorectl-accounts-list.1 | 2 +- mans/mstorectl-accounts-update.1 | 2 +- mans/mstorectl-accounts.1 | 2 +- mans/mstorectl-collections-delete.1 | 2 +- mans/mstorectl-collections-list.1 | 2 +- mans/mstorectl-collections.1 | 2 +- mans/mstorectl-files-delete.1 | 2 +- mans/mstorectl-files-export.1 | 2 +- mans/mstorectl-files-get.1 | 2 +- mans/mstorectl-files-import.1 | 2 +- mans/mstorectl-files-info.1 | 2 +- mans/mstorectl-files-list.1 | 2 +- mans/mstorectl-files-put.1 | 2 +- mans/mstorectl-files.1 | 2 +- mans/mstorectl-grants-create.1 | 2 +- mans/mstorectl-grants-delete.1 | 2 +- mans/mstorectl-grants-get.1 | 2 +- mans/mstorectl-grants-list.1 | 2 +- mans/mstorectl-grants-update.1 | 2 +- mans/mstorectl-grants.1 | 2 +- mans/mstorectl-images-catalog.1 | 43 +++++++++++++++++++++++++++++ mans/mstorectl-images-config.1 | 43 +++++++++++++++++++++++++++++ mans/mstorectl-images-delete.1 | 2 +- mans/mstorectl-images-manifest.1 | 43 +++++++++++++++++++++++++++++ mans/mstorectl-images-pull.1 | 2 +- mans/mstorectl-images-push.1 | 2 +- mans/mstorectl-images-tags.1 | 43 +++++++++++++++++++++++++++++ mans/mstorectl-images.1 | 4 +-- mans/mstorectl.1 | 2 +- mans/mstored.8 | 2 +- 35 files changed, 213 insertions(+), 32 deletions(-) create mode 100644 mans/mstorectl-images-catalog.1 create mode 100644 mans/mstorectl-images-config.1 create mode 100644 mans/mstorectl-images-manifest.1 create mode 100644 mans/mstorectl-images-tags.1 diff --git a/mans/Makefile.am b/mans/Makefile.am index 981111b..ebd3c95 100644 --- a/mans/Makefile.am +++ b/mans/Makefile.am @@ -30,7 +30,12 @@ dist_man1_MANS = \ mstorectl-images-delete.1 \ mstorectl-images-info.1 \ mstorectl-images-pull.1 \ - mstorectl-images-push.1 + mstorectl-images-push.1 \ + mstorectl-images-catalog.1 \ + mstorectl-images-config.1 \ + mstorectl-images-manifest.1 \ + mstorectl-images-tags.1 + man: $(GO) run makeman-mstorectl.go diff --git a/mans/Makefile.in b/mans/Makefile.in index 3efb220..07d3723 100644 --- a/mans/Makefile.in +++ b/mans/Makefile.in @@ -292,7 +292,11 @@ dist_man1_MANS = \ mstorectl-images-delete.1 \ mstorectl-images-info.1 \ mstorectl-images-pull.1 \ - mstorectl-images-push.1 + mstorectl-images-push.1 \ + mstorectl-images-catalog.1 \ + mstorectl-images-config.1 \ + mstorectl-images-manifest.1 \ + mstorectl-images-tags.1 EXTRA_DIST = \ makeman-mstorectl.go \ diff --git a/mans/mstorectl-accounts-create.1 b/mans/mstorectl-accounts-create.1 index ea4e119..f06947f 100644 --- a/mans/mstorectl-accounts-create.1 +++ b/mans/mstorectl-accounts-create.1 @@ -44,4 +44,4 @@ Create user account .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-delete.1 b/mans/mstorectl-accounts-delete.1 index a73e6dc..e65eb9c 100644 --- a/mans/mstorectl-accounts-delete.1 +++ b/mans/mstorectl-accounts-delete.1 @@ -44,4 +44,4 @@ Delete account .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-get.1 b/mans/mstorectl-accounts-get.1 index dc1ea39..f62e9fc 100644 --- a/mans/mstorectl-accounts-get.1 +++ b/mans/mstorectl-accounts-get.1 @@ -44,4 +44,4 @@ Get account info .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-list.1 b/mans/mstorectl-accounts-list.1 index b6b1015..2844867 100644 --- a/mans/mstorectl-accounts-list.1 +++ b/mans/mstorectl-accounts-list.1 @@ -52,4 +52,4 @@ list accounts .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-update.1 b/mans/mstorectl-accounts-update.1 index 117c70b..8cde847 100644 --- a/mans/mstorectl-accounts-update.1 +++ b/mans/mstorectl-accounts-update.1 @@ -52,4 +52,4 @@ Update account parameters .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts.1 b/mans/mstorectl-accounts.1 index 2e22a14..902a491 100644 --- a/mans/mstorectl-accounts.1 +++ b/mans/mstorectl-accounts.1 @@ -43,4 +43,4 @@ Account operations .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections-delete.1 b/mans/mstorectl-collections-delete.1 index 30aeede..d9e684f 100644 --- a/mans/mstorectl-collections-delete.1 +++ b/mans/mstorectl-collections-delete.1 @@ -52,4 +52,4 @@ Delete all files in collection .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections-list.1 b/mans/mstorectl-collections-list.1 index 97d6c23..c0bac26 100644 --- a/mans/mstorectl-collections-list.1 +++ b/mans/mstorectl-collections-list.1 @@ -40,4 +40,4 @@ List collections in storage .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections.1 b/mans/mstorectl-collections.1 index 2544d47..4d41723 100644 --- a/mans/mstorectl-collections.1 +++ b/mans/mstorectl-collections.1 @@ -35,4 +35,4 @@ Colletion operations .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-delete.1 b/mans/mstorectl-files-delete.1 index 4f164b4..837d097 100644 --- a/mans/mstorectl-files-delete.1 +++ b/mans/mstorectl-files-delete.1 @@ -40,4 +40,4 @@ Delete file in storage .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-export.1 b/mans/mstorectl-files-export.1 index 03f419b..6f6d6c1 100644 --- a/mans/mstorectl-files-export.1 +++ b/mans/mstorectl-files-export.1 @@ -52,4 +52,4 @@ Download file tree to storage as is .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-get.1 b/mans/mstorectl-files-get.1 index 6bddf88..7770381 100644 --- a/mans/mstorectl-files-get.1 +++ b/mans/mstorectl-files-get.1 @@ -40,4 +40,4 @@ Get file from storage .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-import.1 b/mans/mstorectl-files-import.1 index e44d1c4..cce5abd 100644 --- a/mans/mstorectl-files-import.1 +++ b/mans/mstorectl-files-import.1 @@ -40,4 +40,4 @@ Send file tree to storage as is .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-info.1 b/mans/mstorectl-files-info.1 index 4ffaaab..ca6c2bd 100644 --- a/mans/mstorectl-files-info.1 +++ b/mans/mstorectl-files-info.1 @@ -40,4 +40,4 @@ Show file information .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-list.1 b/mans/mstorectl-files-list.1 index 6b18ab1..c622f2e 100644 --- a/mans/mstorectl-files-list.1 +++ b/mans/mstorectl-files-list.1 @@ -52,4 +52,4 @@ List files in storage .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-put.1 b/mans/mstorectl-files-put.1 index 042dba7..24e6015 100644 --- a/mans/mstorectl-files-put.1 +++ b/mans/mstorectl-files-put.1 @@ -40,4 +40,4 @@ Put file to storage .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files.1 b/mans/mstorectl-files.1 index de8bd69..033b482 100644 --- a/mans/mstorectl-files.1 +++ b/mans/mstorectl-files.1 @@ -39,4 +39,4 @@ File operations .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-create.1 b/mans/mstorectl-grants-create.1 index fb82808..a488c4e 100644 --- a/mans/mstorectl-grants-create.1 +++ b/mans/mstorectl-grants-create.1 @@ -40,4 +40,4 @@ Create grant .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-delete.1 b/mans/mstorectl-grants-delete.1 index 3b1fb0c..1d21d32 100644 --- a/mans/mstorectl-grants-delete.1 +++ b/mans/mstorectl-grants-delete.1 @@ -40,4 +40,4 @@ Delete grant .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-get.1 b/mans/mstorectl-grants-get.1 index 6d50dec..a691b6c 100644 --- a/mans/mstorectl-grants-get.1 +++ b/mans/mstorectl-grants-get.1 @@ -40,4 +40,4 @@ Get detail grant info .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-list.1 b/mans/mstorectl-grants-list.1 index 195c1d3..aeffca8 100644 --- a/mans/mstorectl-grants-list.1 +++ b/mans/mstorectl-grants-list.1 @@ -44,4 +44,4 @@ list user grants .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-update.1 b/mans/mstorectl-grants-update.1 index 821c165..ffe5b40 100644 --- a/mans/mstorectl-grants-update.1 +++ b/mans/mstorectl-grants-update.1 @@ -40,4 +40,4 @@ Update grant parameters .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants.1 b/mans/mstorectl-grants.1 index 5ea38ae..e6e6e30 100644 --- a/mans/mstorectl-grants.1 +++ b/mans/mstorectl-grants.1 @@ -39,4 +39,4 @@ Grant operations .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-catalog.1 b/mans/mstorectl-images-catalog.1 new file mode 100644 index 0000000..b1d1b4f --- /dev/null +++ b/mans/mstorectl-images-catalog.1 @@ -0,0 +1,43 @@ +.nh +.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" + +.SH NAME +mstorectl-images-catalog - List image repositories + + +.SH SYNOPSIS +\fBmstorectl images catalog [user:pass@]hostname[:port] [flags]\fP + + +.SH DESCRIPTION +List image repositories + + +.SH OPTIONS +\fB-h\fP, \fB--help\fP[=false] + help for catalog + + +.SH OPTIONS INHERITED FROM PARENT COMMANDS +\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=30 + Operation timeout + +.PP +\fB-u\fP, \fB--user\fP="" + Username + + +.SH SEE ALSO +\fBmstorectl-images(1)\fP + + +.SH HISTORY +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-config.1 b/mans/mstorectl-images-config.1 new file mode 100644 index 0000000..c3677bd --- /dev/null +++ b/mans/mstorectl-images-config.1 @@ -0,0 +1,43 @@ +.nh +.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" + +.SH NAME +mstorectl-images-config - Show container image config info + + +.SH SYNOPSIS +\fBmstorectl images config [user:pass@]hostname[:port]/path:tag [flags]\fP + + +.SH DESCRIPTION +Show container image config info + + +.SH OPTIONS +\fB-h\fP, \fB--help\fP[=false] + help for config + + +.SH OPTIONS INHERITED FROM PARENT COMMANDS +\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=30 + Operation timeout + +.PP +\fB-u\fP, \fB--user\fP="" + Username + + +.SH SEE ALSO +\fBmstorectl-images(1)\fP + + +.SH HISTORY +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-delete.1 b/mans/mstorectl-images-delete.1 index a994564..0dad8bc 100644 --- a/mans/mstorectl-images-delete.1 +++ b/mans/mstorectl-images-delete.1 @@ -40,4 +40,4 @@ Delete container image from registry .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-manifest.1 b/mans/mstorectl-images-manifest.1 new file mode 100644 index 0000000..44ea809 --- /dev/null +++ b/mans/mstorectl-images-manifest.1 @@ -0,0 +1,43 @@ +.nh +.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" + +.SH NAME +mstorectl-images-manifest - Show container image manifest info + + +.SH SYNOPSIS +\fBmstorectl images manifest [user:pass@]hostname[:port]/path:tag [flags]\fP + + +.SH DESCRIPTION +Show container image manifest info + + +.SH OPTIONS +\fB-h\fP, \fB--help\fP[=false] + help for manifest + + +.SH OPTIONS INHERITED FROM PARENT COMMANDS +\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=30 + Operation timeout + +.PP +\fB-u\fP, \fB--user\fP="" + Username + + +.SH SEE ALSO +\fBmstorectl-images(1)\fP + + +.SH HISTORY +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-pull.1 b/mans/mstorectl-images-pull.1 index c541036..bba73d7 100644 --- a/mans/mstorectl-images-pull.1 +++ b/mans/mstorectl-images-pull.1 @@ -40,4 +40,4 @@ Pull container image from registry into local file .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-push.1 b/mans/mstorectl-images-push.1 index 691ad3b..b958ce5 100644 --- a/mans/mstorectl-images-push.1 +++ b/mans/mstorectl-images-push.1 @@ -40,4 +40,4 @@ Push container image from local tar file into registry .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-tags.1 b/mans/mstorectl-images-tags.1 new file mode 100644 index 0000000..e2fbcce --- /dev/null +++ b/mans/mstorectl-images-tags.1 @@ -0,0 +1,43 @@ +.nh +.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" + +.SH NAME +mstorectl-images-tags - List container tags + + +.SH SYNOPSIS +\fBmstorectl images tags [user:pass@]hostname[:port]/path:tag [flags]\fP + + +.SH DESCRIPTION +List container tags + + +.SH OPTIONS +\fB-h\fP, \fB--help\fP[=false] + help for tags + + +.SH OPTIONS INHERITED FROM PARENT COMMANDS +\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=30 + Operation timeout + +.PP +\fB-u\fP, \fB--user\fP="" + Username + + +.SH SEE ALSO +\fBmstorectl-images(1)\fP + + +.SH HISTORY +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images.1 b/mans/mstorectl-images.1 index b8164e1..82b9e81 100644 --- a/mans/mstorectl-images.1 +++ b/mans/mstorectl-images.1 @@ -35,8 +35,8 @@ Image operations .SH SEE ALSO -\fBmstorectl(1)\fP, \fBmstorectl-images-delete(1)\fP, \fBmstorectl-images-info(1)\fP, \fBmstorectl-images-pull(1)\fP, \fBmstorectl-images-push(1)\fP +\fBmstorectl(1)\fP, \fBmstorectl-images-catalog(1)\fP, \fBmstorectl-images-config(1)\fP, \fBmstorectl-images-delete(1)\fP, \fBmstorectl-images-manifest(1)\fP, \fBmstorectl-images-pull(1)\fP, \fBmstorectl-images-push(1)\fP, \fBmstorectl-images-tags(1)\fP .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl.1 b/mans/mstorectl.1 index 71ef845..616325f 100644 --- a/mans/mstorectl.1 +++ b/mans/mstorectl.1 @@ -24,4 +24,4 @@ Operation with artefacts: files, images, service accounts and grants .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra diff --git a/mans/mstored.8 b/mans/mstored.8 index 1f3779e..d298453 100644 --- a/mans/mstored.8 +++ b/mans/mstored.8 @@ -28,4 +28,4 @@ Artifact storage service .SH HISTORY -21-Feb-2026 Auto generated by spf13/cobra +23-Feb-2026 Auto generated by spf13/cobra