diff --git a/source/manage/mmctl-command-line-tool.rst b/source/manage/mmctl-command-line-tool.rst index 1fd7a04dcf9..52d3fd7503e 100644 --- a/source/manage/mmctl-command-line-tool.rst +++ b/source/manage/mmctl-command-line-tool.rst @@ -2248,6 +2248,7 @@ Manage exports. - `mmctl export create`_ - Create an export file - `mmctl export delete`_ - Delete an export file - `mmctl export download`_ - Download export files + - `mmctl export generate-presigned-url`_ - Generate a pre-signed URL for an export file - `mmctl export job`_ - List, show, and cancel export jobs - `mmctl export job cancel`_ - Cancel export job - `mmctl export job list`_ - List export jobs @@ -2376,7 +2377,40 @@ Download export files. --quiet prevent mmctl to generate output for the commands --strict will only run commands if the mmctl version matches the server one --suppress-warnings disables printing warning messages + +mmctl export generate-presigned-url +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +**Description** + +Generate a pre-signed URL for an export file in cases where a Mattermost Cloud export is large and challenging to download from the Mattermost server. + +**Format** + +.. code-block:: sh + + mmctl export generate-presigned-url [exportname] [flags] + +**Options** + +.. code-block:: sh + -h, --help help for generate-presigned-url + +**Options inherited from parent commands** + +.. code-block:: sh + + --config string path to the configuration file (default "$XDG_CONFIG_HOME/mmctl/config") + --disable-pager disables paged output + --insecure-sha1-intermediate allows to use insecure TLS protocols, such as SHA-1 + --insecure-tls-version allows to use TLS versions 1.0 and 1.1 + --json the output format will be in json format + --local allows communicating with the server through a unix socket + --quiet prevent mmctl to generate output for the commands + --strict will only run commands if the mmctl version matches the server one + --suppress-warnings disables printing warning messages + mmctl export job ~~~~~~~~~~~~~~~~ @@ -2388,7 +2422,7 @@ List, show, and export jobs. .. code-block:: sh - -h, --help help for job + -h, --help help for job **Options inherited from parent commands**