mans updated
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+10
-10
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user