From 49fb2e8b5a5f77bd825d2b4283779b94b479f95b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oph=C3=A9lien=20DUPARC?= Date: Fri, 16 Feb 2024 14:25:13 +0100 Subject: [PATCH] Update tootctl.md Added tootctl accounts prune help info --- content/en/admin/tootctl.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/en/admin/tootctl.md b/content/en/admin/tootctl.md index 3ae1285e..458e7d98 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -343,6 +343,23 @@ Approve new registrations when instance is in approval mode. --- +### `tootctl accounts prune` {#accounts-prune} + +Prune remote accounts that never interacted with local users + +`--concurrency N` +: The number of workers to use for this task. Defaults to N=5. + +`--dry-run` +: Print expected results only, without performing any actions. + +**Version history:**\ +2.8.0 - added + + +--- + + ## Cache CLI {#cache} {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/lib/mastodon/cli/cache.rb" caption="lib/mastodon/cli/cache.rb" >}}