From 1d8f6022106eefb741582e0fdb5cf3469cac5a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oph=C3=A9lien=20DUPARC?= Date: Tue, 20 Feb 2024 16:07:08 +0100 Subject: [PATCH] Update tootctl documentation to add missing argument on account - prune (#1405) 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" >}}