NAME
matrixtool - commands to interact with a Matrix home-server
SYNOPSIS
$ matrixtool server-key matrix.org
DESCRIPTION
This command provides a wrapper around a number of sub-commands that provide useful interactions with a Matrix home-server.
The individual sub-commands are listed below:
COMMANDS
help
Display help information about commands
$ matrixtool help [COMMAND]
notary
Fetch a server's signing key via another server
$ matrixtool notary SERVER-NAME VIA
resolve
Look up hostname or IP addresses of a server
$ matrixtool resolve SERVER-NAME
Options:
--address (-a)
Resolve hostnames into IP addressese
server-key
Fetch a server's signing key
$ matrixtool server-key SERVER-NAME
Options:
--no-store (-n)
Don't cache the received key in the key store
--v1 (-1)
Restrict to the v1 key API
--v2 (-2)
Restrict to the v2 key API
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>