From 3fbdd60c94ea4a37f9fcda1714b4ee3913b4bae2 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: Tue, 10 Mar 2026 22:24:52 +0200 Subject: [PATCH] mans updated --- mans/makeman-mstorectl.go | 4 ++-- mans/mstorectl-accounts-create.1 | 4 ++-- mans/mstorectl-accounts-delete.1 | 4 ++-- mans/mstorectl-accounts-get.1 | 4 ++-- mans/mstorectl-accounts-list.1 | 4 ++-- mans/mstorectl-accounts-update.1 | 4 ++-- mans/mstorectl-accounts.1 | 4 ++-- mans/mstorectl-collections-delete.1 | 20 ++++++++++---------- mans/mstorectl-collections-list.1 | 12 ++++++------ mans/mstorectl-collections.1 | 4 ++-- mans/mstorectl-files-delete.1 | 4 ++-- mans/mstorectl-files-export.1 | 20 ++++++++++---------- mans/mstorectl-files-get.1 | 4 ++-- mans/mstorectl-files-import.1 | 4 ++-- mans/mstorectl-files-info.1 | 4 ++-- mans/mstorectl-files-list.1 | 20 ++++++++++---------- mans/mstorectl-files-put.1 | 4 ++-- mans/mstorectl-files.1 | 4 ++-- mans/mstorectl-grants-create.1 | 4 ++-- mans/mstorectl-grants-delete.1 | 4 ++-- mans/mstorectl-grants-get.1 | 4 ++-- mans/mstorectl-grants-list.1 | 4 ++-- mans/mstorectl-grants-update.1 | 4 ++-- mans/mstorectl-grants.1 | 4 ++-- mans/mstorectl-images-catalog.1 | 4 ++-- mans/mstorectl-images-config.1 | 4 ++-- mans/mstorectl-images-delete.1 | 4 ++-- mans/mstorectl-images-manifest.1 | 4 ++-- mans/mstorectl-images-pull.1 | 4 ++-- mans/mstorectl-images-push.1 | 4 ++-- mans/mstorectl-images-tags.1 | 4 ++-- mans/mstorectl-images.1 | 4 ++-- mans/mstorectl.1 | 4 ++-- mans/mstored.8 | 4 ++-- 34 files changed, 96 insertions(+), 96 deletions(-) diff --git a/mans/makeman-mstorectl.go b/mans/makeman-mstorectl.go index abf7a29..bb72607 100644 --- a/mans/makeman-mstorectl.go +++ b/mans/makeman-mstorectl.go @@ -7,13 +7,13 @@ import ( "github.com/spf13/cobra/doc" - "mstore/cmd/mstorectl/command" + "mstore/cmd/mstorectl/util" ) func run() error { var err error os.Args[0] = "mstorectl" - util := command.NewUtil() + util := util.NewUtil() err = util.Build() if err != nil { return err diff --git a/mans/mstorectl-accounts-create.1 b/mans/mstorectl-accounts-create.1 index f06947f..362a5ea 100644 --- a/mans/mstorectl-accounts-create.1 +++ b/mans/mstorectl-accounts-create.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts-create - Create user account @@ -44,4 +44,4 @@ Create user account .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-delete.1 b/mans/mstorectl-accounts-delete.1 index e65eb9c..96c4d92 100644 --- a/mans/mstorectl-accounts-delete.1 +++ b/mans/mstorectl-accounts-delete.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts-delete - Delete account @@ -44,4 +44,4 @@ Delete account .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-get.1 b/mans/mstorectl-accounts-get.1 index f62e9fc..3958488 100644 --- a/mans/mstorectl-accounts-get.1 +++ b/mans/mstorectl-accounts-get.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts-get - Get account info @@ -44,4 +44,4 @@ Get account info .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-list.1 b/mans/mstorectl-accounts-list.1 index 2844867..ffe6be1 100644 --- a/mans/mstorectl-accounts-list.1 +++ b/mans/mstorectl-accounts-list.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts-list - list accounts @@ -52,4 +52,4 @@ list accounts .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts-update.1 b/mans/mstorectl-accounts-update.1 index 8cde847..f451840 100644 --- a/mans/mstorectl-accounts-update.1 +++ b/mans/mstorectl-accounts-update.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts-update - Update account parameters @@ -52,4 +52,4 @@ Update account parameters .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-accounts.1 b/mans/mstorectl-accounts.1 index 902a491..976e76d 100644 --- a/mans/mstorectl-accounts.1 +++ b/mans/mstorectl-accounts.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-accounts - Account operations @@ -43,4 +43,4 @@ Account operations .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections-delete.1 b/mans/mstorectl-collections-delete.1 index d9e684f..c9bf05d 100644 --- a/mans/mstorectl-collections-delete.1 +++ b/mans/mstorectl-collections-delete.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-collections-delete - Delete all files in collection @@ -14,14 +14,6 @@ Delete all files in collection .SH OPTIONS -\fB-P\fP, \fB--asprefix\fP[=false] - Use path as collection path prefix - -.PP -\fB-R\fP, \fB--asregex\fP[=false] - Use path as collection path prefix - -.PP \fB-D\fP, \fB--detail\fP[=false] Show detail file information @@ -33,6 +25,14 @@ Delete all files in collection \fB-h\fP, \fB--help\fP[=false] help for delete +.PP +\fB-P\fP, \fB--prefix\fP[=false] + Use path as collection path prefix + +.PP +\fB-R\fP, \fB--regex\fP[=false] + Use path as collection path prefix + .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-p\fP, \fB--pass\fP="" @@ -52,4 +52,4 @@ Delete all files in collection .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections-list.1 b/mans/mstorectl-collections-list.1 index c0bac26..2e078e4 100644 --- a/mans/mstorectl-collections-list.1 +++ b/mans/mstorectl-collections-list.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-collections-list - List collections in storage @@ -14,13 +14,13 @@ List collections in storage .SH OPTIONS -\fB-P\fP, \fB--asprefix\fP[=true] - Use path as collection path prefix - -.PP \fB-h\fP, \fB--help\fP[=false] help for list +.PP +\fB-P\fP, \fB--prefix\fP[=true] + Use path as collection path prefix + .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-p\fP, \fB--pass\fP="" @@ -40,4 +40,4 @@ List collections in storage .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-collections.1 b/mans/mstorectl-collections.1 index 4d41723..1847091 100644 --- a/mans/mstorectl-collections.1 +++ b/mans/mstorectl-collections.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-collections - Colletion operations @@ -35,4 +35,4 @@ Colletion operations .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-delete.1 b/mans/mstorectl-files-delete.1 index 837d097..4c7c139 100644 --- a/mans/mstorectl-files-delete.1 +++ b/mans/mstorectl-files-delete.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-delete - Delete file in storage @@ -40,4 +40,4 @@ Delete file in storage .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-export.1 b/mans/mstorectl-files-export.1 index 6f6d6c1..def35ff 100644 --- a/mans/mstorectl-files-export.1 +++ b/mans/mstorectl-files-export.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-export - Download file tree to storage as is @@ -14,14 +14,6 @@ Download file tree to storage as is .SH OPTIONS -\fB-P\fP, \fB--asprefix\fP[=true] - Use path as collection path prefix - -.PP -\fB-R\fP, \fB--asregex\fP[=false] - Use path as collection path prefix - -.PP \fB-D\fP, \fB--detail\fP[=false] Show detail file information @@ -29,6 +21,14 @@ Download file tree to storage as is \fB-h\fP, \fB--help\fP[=false] help for export +.PP +\fB-P\fP, \fB--prefix\fP[=true] + Use path as collection path prefix + +.PP +\fB-R\fP, \fB--regex\fP[=false] + Use path as collection path prefix + .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-p\fP, \fB--pass\fP="" @@ -52,4 +52,4 @@ Download file tree to storage as is .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-get.1 b/mans/mstorectl-files-get.1 index 7770381..21aa471 100644 --- a/mans/mstorectl-files-get.1 +++ b/mans/mstorectl-files-get.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-get - Get file from storage @@ -40,4 +40,4 @@ Get file from storage .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-import.1 b/mans/mstorectl-files-import.1 index cce5abd..093222a 100644 --- a/mans/mstorectl-files-import.1 +++ b/mans/mstorectl-files-import.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-import - Send file tree to storage as is @@ -40,4 +40,4 @@ Send file tree to storage as is .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-info.1 b/mans/mstorectl-files-info.1 index ca6c2bd..216c2fb 100644 --- a/mans/mstorectl-files-info.1 +++ b/mans/mstorectl-files-info.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-info - Show file information @@ -40,4 +40,4 @@ Show file information .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-list.1 b/mans/mstorectl-files-list.1 index c622f2e..4dee531 100644 --- a/mans/mstorectl-files-list.1 +++ b/mans/mstorectl-files-list.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-list - List files in storage @@ -14,14 +14,6 @@ List files in storage .SH OPTIONS -\fB-P\fP, \fB--asprefix\fP[=true] - Use path as collection path prefix - -.PP -\fB-R\fP, \fB--asregex\fP[=false] - Use path as collection path prefix - -.PP \fB-D\fP, \fB--detail\fP[=false] Show detail file information @@ -29,6 +21,14 @@ List files in storage \fB-h\fP, \fB--help\fP[=false] help for list +.PP +\fB-P\fP, \fB--prefix\fP[=true] + Use path as collection path prefix + +.PP +\fB-R\fP, \fB--regex\fP[=false] + Use path as collection path prefix + .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-p\fP, \fB--pass\fP="" @@ -52,4 +52,4 @@ List files in storage .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files-put.1 b/mans/mstorectl-files-put.1 index 24e6015..b7b423e 100644 --- a/mans/mstorectl-files-put.1 +++ b/mans/mstorectl-files-put.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files-put - Put file to storage @@ -40,4 +40,4 @@ Put file to storage .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-files.1 b/mans/mstorectl-files.1 index 033b482..63e91e1 100644 --- a/mans/mstorectl-files.1 +++ b/mans/mstorectl-files.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-files - File operations @@ -39,4 +39,4 @@ File operations .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-create.1 b/mans/mstorectl-grants-create.1 index a488c4e..8e7a958 100644 --- a/mans/mstorectl-grants-create.1 +++ b/mans/mstorectl-grants-create.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants-create - Create grant @@ -40,4 +40,4 @@ Create grant .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-delete.1 b/mans/mstorectl-grants-delete.1 index 1d21d32..112191e 100644 --- a/mans/mstorectl-grants-delete.1 +++ b/mans/mstorectl-grants-delete.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants-delete - Delete grant @@ -40,4 +40,4 @@ Delete grant .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-get.1 b/mans/mstorectl-grants-get.1 index a691b6c..3a8fe77 100644 --- a/mans/mstorectl-grants-get.1 +++ b/mans/mstorectl-grants-get.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants-get - Get detail grant info @@ -40,4 +40,4 @@ Get detail grant info .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-list.1 b/mans/mstorectl-grants-list.1 index aeffca8..762bfa9 100644 --- a/mans/mstorectl-grants-list.1 +++ b/mans/mstorectl-grants-list.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants-list - list user grants @@ -44,4 +44,4 @@ list user grants .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants-update.1 b/mans/mstorectl-grants-update.1 index ffe5b40..046aac3 100644 --- a/mans/mstorectl-grants-update.1 +++ b/mans/mstorectl-grants-update.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants-update - Update grant parameters @@ -40,4 +40,4 @@ Update grant parameters .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-grants.1 b/mans/mstorectl-grants.1 index e6e6e30..c08d13a 100644 --- a/mans/mstorectl-grants.1 +++ b/mans/mstorectl-grants.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-grants - Grant operations @@ -39,4 +39,4 @@ Grant operations .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-catalog.1 b/mans/mstorectl-images-catalog.1 index b1d1b4f..1d7bd42 100644 --- a/mans/mstorectl-images-catalog.1 +++ b/mans/mstorectl-images-catalog.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-catalog - List image repositories @@ -40,4 +40,4 @@ List image repositories .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-config.1 b/mans/mstorectl-images-config.1 index c3677bd..bc39eb4 100644 --- a/mans/mstorectl-images-config.1 +++ b/mans/mstorectl-images-config.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-config - Show container image config info @@ -40,4 +40,4 @@ Show container image config info .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-delete.1 b/mans/mstorectl-images-delete.1 index 0dad8bc..c979752 100644 --- a/mans/mstorectl-images-delete.1 +++ b/mans/mstorectl-images-delete.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-delete - Delete container image from registry @@ -40,4 +40,4 @@ Delete container image from registry .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-manifest.1 b/mans/mstorectl-images-manifest.1 index 44ea809..fa57256 100644 --- a/mans/mstorectl-images-manifest.1 +++ b/mans/mstorectl-images-manifest.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-manifest - Show container image manifest info @@ -40,4 +40,4 @@ Show container image manifest info .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-pull.1 b/mans/mstorectl-images-pull.1 index bba73d7..3a1d62b 100644 --- a/mans/mstorectl-images-pull.1 +++ b/mans/mstorectl-images-pull.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-pull - Pull container image from registry into local file @@ -40,4 +40,4 @@ Pull container image from registry into local file .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-push.1 b/mans/mstorectl-images-push.1 index b958ce5..5dec10d 100644 --- a/mans/mstorectl-images-push.1 +++ b/mans/mstorectl-images-push.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-push - Push container image from local tar file into registry @@ -40,4 +40,4 @@ Push container image from local tar file into registry .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images-tags.1 b/mans/mstorectl-images-tags.1 index e2fbcce..04505d2 100644 --- a/mans/mstorectl-images-tags.1 +++ b/mans/mstorectl-images-tags.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images-tags - List container tags @@ -40,4 +40,4 @@ List container tags .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl-images.1 b/mans/mstorectl-images.1 index 82b9e81..0b068fa 100644 --- a/mans/mstorectl-images.1 +++ b/mans/mstorectl-images.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl-images - Image operations @@ -39,4 +39,4 @@ Image operations .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstorectl.1 b/mans/mstorectl.1 index 616325f..563e4f5 100644 --- a/mans/mstorectl.1 +++ b/mans/mstorectl.1 @@ -1,5 +1,5 @@ .nh -.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands" +.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands" .SH NAME mstorectl - @@ -24,4 +24,4 @@ Operation with artefacts: files, images, service accounts and grants .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra diff --git a/mans/mstored.8 b/mans/mstored.8 index d298453..d305b2a 100644 --- a/mans/mstored.8 +++ b/mans/mstored.8 @@ -1,5 +1,5 @@ .nh -.TH "mstored" "8" "Feb 2026" "mstored command" "User commands" +.TH "mstored" "8" "Mar 2026" "mstored command" "User commands" .SH NAME mstored - @@ -28,4 +28,4 @@ Artifact storage service .SH HISTORY -23-Feb-2026 Auto generated by spf13/cobra +10-Mar-2026 Auto generated by spf13/cobra