1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
2
cmd client
James Hillyerd edited this page 2019-02-24 13:05:20 -08:00

Installation

Execute: go get github.com/inbucket/inbucket/cmd/client

Usage

Usage: client <flags> <subcommand> <subcommand args>

Subcommands:
        commands         list all command names
        flags            describe all known top-level flags
        help             describe subcommands and their syntax
        list             list contents of mailbox
        match            output messages matching criteria
        mbox             output mailbox in mbox format


Top-level flags (use "client flags" for a full list):
  -host=localhost: host/IP of Inbucket server
  -port=9000: HTTP port of Inbucket server