mans updated
This commit is contained in:
@@ -7,13 +7,13 @@ import (
|
|||||||
|
|
||||||
"github.com/spf13/cobra/doc"
|
"github.com/spf13/cobra/doc"
|
||||||
|
|
||||||
"mstore/cmd/mstorectl/command"
|
"mstore/cmd/mstorectl/util"
|
||||||
)
|
)
|
||||||
|
|
||||||
func run() error {
|
func run() error {
|
||||||
var err error
|
var err error
|
||||||
os.Args[0] = "mstorectl"
|
os.Args[0] = "mstorectl"
|
||||||
util := command.NewUtil()
|
util := util.NewUtil()
|
||||||
err = util.Build()
|
err = util.Build()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts-create - Create user account
|
mstorectl-accounts-create - Create user account
|
||||||
@@ -44,4 +44,4 @@ Create user account
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts-delete - Delete account
|
mstorectl-accounts-delete - Delete account
|
||||||
@@ -44,4 +44,4 @@ Delete account
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts-get - Get account info
|
mstorectl-accounts-get - Get account info
|
||||||
@@ -44,4 +44,4 @@ Get account info
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts-list - list accounts
|
mstorectl-accounts-list - list accounts
|
||||||
@@ -52,4 +52,4 @@ list accounts
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts-update - Update account parameters
|
mstorectl-accounts-update - Update account parameters
|
||||||
@@ -52,4 +52,4 @@ Update account parameters
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-accounts - Account operations
|
mstorectl-accounts - Account operations
|
||||||
@@ -43,4 +43,4 @@ Account operations
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-collections-delete - Delete all files in collection
|
mstorectl-collections-delete - Delete all files in collection
|
||||||
@@ -14,14 +14,6 @@ Delete all files in collection
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.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]
|
\fB-D\fP, \fB--detail\fP[=false]
|
||||||
Show detail file information
|
Show detail file information
|
||||||
|
|
||||||
@@ -33,6 +25,14 @@ Delete all files in collection
|
|||||||
\fB-h\fP, \fB--help\fP[=false]
|
\fB-h\fP, \fB--help\fP[=false]
|
||||||
help for delete
|
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
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
\fB-p\fP, \fB--pass\fP=""
|
\fB-p\fP, \fB--pass\fP=""
|
||||||
@@ -52,4 +52,4 @@ Delete all files in collection
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-collections-list - List collections in storage
|
mstorectl-collections-list - List collections in storage
|
||||||
@@ -14,13 +14,13 @@ List collections in storage
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
\fB-P\fP, \fB--asprefix\fP[=true]
|
|
||||||
Use path as collection path prefix
|
|
||||||
|
|
||||||
.PP
|
|
||||||
\fB-h\fP, \fB--help\fP[=false]
|
\fB-h\fP, \fB--help\fP[=false]
|
||||||
help for list
|
help for list
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB-P\fP, \fB--prefix\fP[=true]
|
||||||
|
Use path as collection path prefix
|
||||||
|
|
||||||
|
|
||||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
\fB-p\fP, \fB--pass\fP=""
|
\fB-p\fP, \fB--pass\fP=""
|
||||||
@@ -40,4 +40,4 @@ List collections in storage
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-collections - Colletion operations
|
mstorectl-collections - Colletion operations
|
||||||
@@ -35,4 +35,4 @@ Colletion operations
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-delete - Delete file in storage
|
mstorectl-files-delete - Delete file in storage
|
||||||
@@ -40,4 +40,4 @@ Delete file in storage
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-export - Download file tree to storage as is
|
mstorectl-files-export - Download file tree to storage as is
|
||||||
@@ -14,14 +14,6 @@ Download file tree to storage as is
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.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]
|
\fB-D\fP, \fB--detail\fP[=false]
|
||||||
Show detail file information
|
Show detail file information
|
||||||
|
|
||||||
@@ -29,6 +21,14 @@ Download file tree to storage as is
|
|||||||
\fB-h\fP, \fB--help\fP[=false]
|
\fB-h\fP, \fB--help\fP[=false]
|
||||||
help for export
|
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
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
\fB-p\fP, \fB--pass\fP=""
|
\fB-p\fP, \fB--pass\fP=""
|
||||||
@@ -52,4 +52,4 @@ Download file tree to storage as is
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-get - Get file from storage
|
mstorectl-files-get - Get file from storage
|
||||||
@@ -40,4 +40,4 @@ Get file from storage
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-import - Send file tree to storage as is
|
mstorectl-files-import - Send file tree to storage as is
|
||||||
@@ -40,4 +40,4 @@ Send file tree to storage as is
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-info - Show file information
|
mstorectl-files-info - Show file information
|
||||||
@@ -40,4 +40,4 @@ Show file information
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.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
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-list - List files in storage
|
mstorectl-files-list - List files in storage
|
||||||
@@ -14,14 +14,6 @@ List files in storage
|
|||||||
|
|
||||||
|
|
||||||
.SH OPTIONS
|
.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]
|
\fB-D\fP, \fB--detail\fP[=false]
|
||||||
Show detail file information
|
Show detail file information
|
||||||
|
|
||||||
@@ -29,6 +21,14 @@ List files in storage
|
|||||||
\fB-h\fP, \fB--help\fP[=false]
|
\fB-h\fP, \fB--help\fP[=false]
|
||||||
help for list
|
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
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
\fB-p\fP, \fB--pass\fP=""
|
\fB-p\fP, \fB--pass\fP=""
|
||||||
@@ -52,4 +52,4 @@ List files in storage
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files-put - Put file to storage
|
mstorectl-files-put - Put file to storage
|
||||||
@@ -40,4 +40,4 @@ Put file to storage
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-files - File operations
|
mstorectl-files - File operations
|
||||||
@@ -39,4 +39,4 @@ File operations
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants-create - Create grant
|
mstorectl-grants-create - Create grant
|
||||||
@@ -40,4 +40,4 @@ Create grant
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants-delete - Delete grant
|
mstorectl-grants-delete - Delete grant
|
||||||
@@ -40,4 +40,4 @@ Delete grant
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants-get - Get detail grant info
|
mstorectl-grants-get - Get detail grant info
|
||||||
@@ -40,4 +40,4 @@ Get detail grant info
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants-list - list user grants
|
mstorectl-grants-list - list user grants
|
||||||
@@ -44,4 +44,4 @@ list user grants
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants-update - Update grant parameters
|
mstorectl-grants-update - Update grant parameters
|
||||||
@@ -40,4 +40,4 @@ Update grant parameters
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-grants - Grant operations
|
mstorectl-grants - Grant operations
|
||||||
@@ -39,4 +39,4 @@ Grant operations
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-catalog - List image repositories
|
mstorectl-images-catalog - List image repositories
|
||||||
@@ -40,4 +40,4 @@ List image repositories
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-config - Show container image config info
|
mstorectl-images-config - Show container image config info
|
||||||
@@ -40,4 +40,4 @@ Show container image config info
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-delete - Delete container image from registry
|
mstorectl-images-delete - Delete container image from registry
|
||||||
@@ -40,4 +40,4 @@ Delete container image from registry
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-manifest - Show container image manifest info
|
mstorectl-images-manifest - Show container image manifest info
|
||||||
@@ -40,4 +40,4 @@ Show container image manifest info
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-pull - Pull container image from registry into local file
|
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
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-push - Push container image from local tar file into registry
|
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
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images-tags - List container tags
|
mstorectl-images-tags - List container tags
|
||||||
@@ -40,4 +40,4 @@ List container tags
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.SH HISTORY
|
||||||
23-Feb-2026 Auto generated by spf13/cobra
|
10-Mar-2026 Auto generated by spf13/cobra
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.nh
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl-images - Image operations
|
mstorectl-images - Image operations
|
||||||
@@ -39,4 +39,4 @@ Image operations
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.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
|
.nh
|
||||||
.TH "mstorectl" "1" "Feb 2026" "mstorectl command" "User commands"
|
.TH "mstorectl" "1" "Mar 2026" "mstorectl command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstorectl -
|
mstorectl -
|
||||||
@@ -24,4 +24,4 @@ Operation with artefacts: files, images, service accounts and grants
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.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
|
.nh
|
||||||
.TH "mstored" "8" "Feb 2026" "mstored command" "User commands"
|
.TH "mstored" "8" "Mar 2026" "mstored command" "User commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mstored -
|
mstored -
|
||||||
@@ -28,4 +28,4 @@ Artifact storage service
|
|||||||
|
|
||||||
|
|
||||||
.SH HISTORY
|
.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