Update tootctl.md

Added tootctl accounts prune help info
This commit is contained in:
Ophélien DUPARC 2024-02-16 14:25:13 +01:00 committed by GitHub
parent c03c080288
commit 49fb2e8b5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -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" >}}