Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Commands:
  2. tootctl accounts approve [USERNAME] # Approve pending accounts
  3. tootctl accounts backup USERNAME # Request a backup for a user
  4. tootctl accounts create USERNAME --email=EMAIL # Create a new user
  5. tootctl accounts cull # Remove remote accounts that no longer exist
  6. tootctl accounts delete USERNAME # Delete a user
  7. tootctl accounts follow ACCT # Make all local accounts follow account specified by ACCT
  8. tootctl accounts help [COMMAND] # Describe subcommands or one specific subcommand
  9. tootctl accounts modify USERNAME # Modify a user
  10. tootctl accounts refresh [USERNAME] # Fetch remote user data and files
  11. tootctl accounts reset-relationships USERNAME # Reset all follows and/or followers for a user
  12. tootctl accounts rotate [USERNAME] # Generate and broadcast new keys
  13. tootctl accounts unfollow ACCT # Make all local accounts unfollow account specified by ACCT
  14.  
  15. Commands:
  16. tootctl cache clear # Clear out the cache storage
  17. tootctl cache help [COMMAND] # Describe subcommands or one specific subcommand
  18.  
  19. Commands:
  20. tootctl domains crawl [START] # Crawl all known peers, optionally beginning at START
  21. tootctl domains help [COMMAND] # Describe subcommands or one specific subcommand
  22. tootctl domains purge DOMAIN # Remove accounts from a DOMAIN without a trace
  23.  
  24. Commands:
  25. tootctl emoji help [COMMAND] # Describe subcommands or one specific subcommand
  26. tootctl emoji import PATH # Import emoji from a TAR archive at PATH
  27. tootctl emoji purge # Remove all custom emoji
  28.  
  29. Commands:
  30. tootctl feeds build [USERNAME] # Build home and list feeds for one or all users
  31. tootctl feeds clear # Remove all home and list feeds from Redis
  32. tootctl feeds help [COMMAND] # Describe subcommands or one specific subcommand
  33.  
  34. Commands:
  35. tootctl media help [COMMAND] # Describe subcommands or one specific subcommand
  36. tootctl media remove # Remove remote media files
  37.  
  38. Commands:
  39. tootctl search deploy # Create or update an ElasticSearch index and populate it
  40. tootctl search help [COMMAND] # Describe subcommands or one specific subcommand
  41.  
  42. Commands:
  43. tootctl settings help [COMMAND] # Describe subcommands or one specific subcommand
  44. tootctl settings registrations SUBCOMMAND ...ARGS # Manage state of registrations
  45.  
  46. Commands:
  47. tootctl statuses help [COMMAND] # Describe subcommands or one specific subcommand
  48. tootctl statuses remove # Remove unreferenced statuses
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement