Manage lists
Manage lists
madonctl lists create --title "Friends"
madonctl lists show
madonctl lists show --list-id 3
madonctl lists update --list-id 3 --title "Family"
madonctl lists delete --list-id 3
madonctl lists accounts --list-id 2
madonctl lists add-accounts --list-id 2 --account-ids 123,456
madonctl lists remove-accounts --list-id 2 --account-ids 456
madonctl lists show --account-id 123
--all Fetch all results
-h, --help help for lists
-k, --keep uint Limit number of results
-l, --limit uint Limit number of API results
-G, --list-id int List ID
--color string Color mode (auto|on|off; for output=template)
--config string config file (default is $HOME/.config/madonctl/madonctl.yaml)
-i, --instance string Mastodon instance
-L, --login string Instance user login
-o, --output string Output format (plain|json|yaml|template|theme)
-P, --password string Instance user password
--template string Go template (for output=template)
--template-file string Go template file (for output=template)
--theme string Theme name (for output=theme)
-t, --token string User token
-v, --verbose Verbose mode