Updated mmctl export create command flag (#25474)
* Updated export create flag * Update server/cmd/mmctl/docs/mmctl_export_create.rst * Updated mmctl export create command flags
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5a37630058
Коммит
91a7639c3c
@@ -99,8 +99,8 @@ func init() {
|
|||||||
_ = ExportCreateCmd.Flags().MarkHidden("attachments")
|
_ = ExportCreateCmd.Flags().MarkHidden("attachments")
|
||||||
_ = ExportCreateCmd.Flags().MarkDeprecated("attachments", "the tool now includes attachments by default. The flag will be removed in a future version.")
|
_ = ExportCreateCmd.Flags().MarkDeprecated("attachments", "the tool now includes attachments by default. The flag will be removed in a future version.")
|
||||||
|
|
||||||
ExportCreateCmd.Flags().Bool("no-attachments", false, "Set to true to exclude file attachments in the export file.")
|
ExportCreateCmd.Flags().Bool("no-attachments", false, "Exclude file attachments from the export file.")
|
||||||
ExportCreateCmd.Flags().Bool("include-archived-channels", false, "Set to true to include archived channels in the export file.")
|
ExportCreateCmd.Flags().Bool("include-archived-channels", false, "Include archived channels in the export file.")
|
||||||
|
|
||||||
ExportDownloadCmd.Flags().Bool("resume", false, "Set to true to resume an export download.")
|
ExportDownloadCmd.Flags().Bool("resume", false, "Set to true to resume an export download.")
|
||||||
_ = ExportDownloadCmd.Flags().MarkHidden("resume")
|
_ = ExportDownloadCmd.Flags().MarkHidden("resume")
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ Options
|
|||||||
::
|
::
|
||||||
|
|
||||||
-h, --help help for create
|
-h, --help help for create
|
||||||
--include-archived-channels Set to true to include archived channels in the export file.
|
--include-archived-channels Include archived channels in the export file.
|
||||||
--no-attachments Set to true to exclude file attachments in the export file.
|
--no-attachments Exclude file attachments from the export file.
|
||||||
|
|
||||||
Options inherited from parent commands
|
Options inherited from parent commands
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user