-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mmctl export create docs with additional options #7673
base: master
Are you sure you want to change the base?
Conversation
This adds a couple of new options to the `mmctl export create` command.
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Thank you, @wetneb! Are you open to splitting this PR into two PRs? One PR would contain the missing options, and the other would contain the new option tied to mattermost/mattermost#29406. This would allow us to merge the missing changes right away. |
I only added the existing options in passing and splitting this in two PRs would likely generate a merge conflict later on since they touch the same area, so I am not so motivated to go down that route. I hope you understand. |
Summary
This adds a couple of new options to the
mmctl export create
command:--no-roles-and-schemes
and--include-profile-pictures
(which are already supported in Mattermost 10)--team
, which will be introduced by [MM-61997] Initial support for team exports mattermost#29406.This PR should only be merged once mattermost/mattermost#29406 is.
Ticket Link
https://mattermost.atlassian.net/browse/MM-61997