madonctl domain-blocks

Display, add or remove user-blocked domains

Synopsis

Display, add or remove user-blocked domains

madonctl domain-blocks --show|--block|--unblock [DOMAINNAME] [flags]

Examples

  madonctl domain-blocks --show
  madonctl domain-blocks --block   example.com
  madonctl domain-blocks --unblock example.com

Options

      --all            Fetch all results
      --block          Block domain
  -h, --help           help for domain-blocks
  -l, --limit uint     Limit number of results
      --max-id int     Request IDs less (or equal) than a value
      --show           List current user-blocked domains
      --since-id int   Request IDs greater than a value
      --unblock        Unblock domain

Options inherited from parent commands

      --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

SEE ALSO

Auto generated by spf13/cobra on 21-Mar-2018