MM-61215: Clarify to use --bypass-upload flag (#29761)

https://mattermost.atlassian.net/browse/MM-61215

```release-note
NONE
```

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Agniva De Sarker 2025-02-07 22:12:33 +05:30 committed by GitHub
parent 50258a6510
commit 0bdae41603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ func importUploadCmdF(c client.Client, command *cobra.Command, args []string) er
isLocal, _ := command.Flags().GetBool("local")
if isLocal {
printer.PrintWarning("In --local mode, you don't need to upload the file to server any more. Directly use the import process command and pass the export file.")
printer.PrintWarning("In --local mode, you don't need to upload the file to server any more. Directly use the import process command with the --bypass-upload flag and pass the export file.")
}
file, err := os.Open(filepath)