tootctl
Mastodon に付属しているコマンドラインインタフェース。
サーバーの管理操作をコマンドで実行できる。
tootctl リファレンス
https://docs.joinmastodon.org/admin/tootctl/
Path: (AppRoot)/bin/tootctl
ユーザを追加する
tootctl accounts create --email EMAIL --confirmed USERNAME
オーナユーザを追加する
tootctl accounts create --role Owner --email EMAIL --confirmed USERNAME
既存ユーザをオーナにする
tootctl accounts modify --role Owner USERNAME