From dd33a5edadbf13fa853225fbfc6d80cdae50d0b0 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 5 Feb 2017 14:11:30 -0800 Subject: [PATCH] Created Command Line Client (markdown) --- Command-Line-Client.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Command-Line-Client.md diff --git a/Command-Line-Client.md b/Command-Line-Client.md new file mode 100644 index 0000000..7466b38 --- /dev/null +++ b/Command-Line-Client.md @@ -0,0 +1,21 @@ +## Installation + +Execute: go get github.com/jhillyerd/inbucket/cmd/client + +## Usage +``` +Usage: client + +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 +``` \ No newline at end of file