1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

Created Command Line Client (markdown)

James Hillyerd
2017-02-05 14:11:30 -08:00
parent c8d5f9f781
commit dd33a5edad

21
Command-Line-Client.md Normal file

@@ -0,0 +1,21 @@
## Installation
Execute: <kbd>go get github.com/jhillyerd/inbucket/cmd/client</kbd>
## 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
```