mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
parent
50258a6510
commit
0bdae41603
@ -186,7 +186,7 @@ func importUploadCmdF(c client.Client, command *cobra.Command, args []string) er
|
|||||||
|
|
||||||
isLocal, _ := command.Flags().GetBool("local")
|
isLocal, _ := command.Flags().GetBool("local")
|
||||||
if isLocal {
|
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)
|
file, err := os.Open(filepath)
|
||||||
|
Loading…
Reference in New Issue
Block a user