mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 14:20:41 +08:00
* Add compliance export list cmd and tests - Introduced `ListComplianceExports` method in the Client interface to retrieve compliance export jobs. - Added `compliance_export` command with subcommand `list` for listing compliance export jobs, including pagination options. - Implemented end-to-end and unit tests for the compliance export listing functionality. * Add docs for mmctl * fix test typo * added paging, tested * update docs with better desc (how it's sorted) * simplified, reusing job call * add show cmd, unit tests, e2e tests * update mmctl docs