mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 10:07:02 +00:00
Created Command Line Client (markdown)
21
Command-Line-Client.md
Normal file
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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user