
This package contains a Golang command line interface for the Mastodon Rest API.
In order to use madonctl, you need to specify the instance name or URL, and usually provide an account login/password (or a token). These settings can be passed as command line arguments or environment variables, but the easiest way is to use a configuration file.
Note that one can generate a configuration file for your settings with
madonctl config dump -i mastodon.social -L username@domain -P password
(One can redirect the output to a configuration file.)