1
0
mirror of https://github.com/minio/mc.git synced 2025-12-08 22:28:28 +03:00

Add command for uploading file to SUBNET issue (#4854)

mc support upload --issue <issueNum> --comment <msg> <alias> </path/to/file>

Will upload the given file to the given SUBNET issue
This commit is contained in:
Shireesh Anjal
2024-03-07 05:59:26 +05:30
committed by GitHub
parent 98af07b69c
commit daf5b18e18
8 changed files with 239 additions and 21 deletions

View File

@@ -55,6 +55,7 @@ var supportSubcommands = []cli.Command{
supportProfileCmd,
supportTopCmd,
supportProxyCmd,
supportUploadCmd,
}
var supportCmd = cli.Command{