File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,10 +135,14 @@ fce watch mytest@ditmail.info
135135| ` fce inbox add <addr> ` | Register a new inbox | Any |
136136| ` fce inbox add random ` | Register a random inbox | Any |
137137| ` fce inbox remove <addr> ` | Unregister an inbox | Any |
138- | ` fce messages <inbox> ` | List messages in an inbox | Any |
138+ | ` fce messages <inbox> [id] ` | List messages or view a specific message | Any |
139139| ` fce domains ` | List available domains | Any |
140140| ` fce watch [inbox\|random] ` | Stream emails via WebSocket | ** Startup+** |
141141| ` fce otp <inbox> ` | Get latest OTP from an inbox | ** Growth+** |
142+ | ` fce dev ` | Instantly register a dev inbox and start watching | Any |
143+ | ` fce update ` | Update the CLI to the latest version | Any |
144+ | ` fce uninstall ` | Remove all local config and credentials | Any |
145+ | ` fce version ` | Show version info | Any |
142146
143147### Examples
144148
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ var (
3737// ASCII logo optimized for readability and Go raw string constraints
3838// Using @@ as a placeholder for backticks
3939const logoASCII = `
40- ______ ______ __ ______ _ __
41- / ____/________ ___ / ____/_ _______/ /_____ ____ ___ / ____/___ ___ ____ _(_) /
42- / /_ / ___/ _ \/ _ \ / / / / / ___/ __/ __ \/ __ @@__ \ / __/ / __ @@__ \/ __ @@/ / /
43- / __/ / / / __/ __/ /___/ /_/ (__ ) /_/ /_/ / / / / / / / /___/ / / / / / /_/ / / /
44- /_/ /_/ \___/\___/\____/\__,_/____/\__/\____/_/ /_/ /_/ /_____/_/ /_/ /_/\__,_/_/_/
40+ ______ ______ __ ______ _ __
41+ / ____/________ ___ / ____/_ _______/ /_____ ____ ___ / ____/___ ___ ____ _(_) /
42+ / /_ / ___/ _ \/ _ \ / / / / / ___/ __/ __ \/ __ @@__ \ / __/ / __ @@__ \/ __ @@/ /
43+ / __/ / / / __/ __/ /___/ /_/ (__ ) /_/ /_/ / / / / / / / /___/ / / / / / /_/ / / /
44+ /_/ /_/ \___/\___/\____/\__,_/____/\__/\____/_/ /_/ /_/( ) /_____/_/ /_/ /_/\__,_/_/_/
4545`
4646
4747const tagline = ` FreeCustom.Email — disposable inbox API`
You can’t perform that action at this time.
0 commit comments