Skip to content

Commit 7a0dc69

Browse files
docs: update README to include all commands
1 parent 0b86332 commit 7a0dc69

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

internal/display/logo.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3939
const logoASCII = `
40-
______ ______ __ ______ _ __
41-
/ ____/________ ___ / ____/_ _______/ /_____ ____ ___ / ____/___ ___ ____ _(_) /
42-
/ /_ / ___/ _ \/ _ \ / / / / / ___/ __/ __ \/ __ @@__ \ / __/ / __ @@__ \/ __ @@/ / /
43-
/ __/ / / / __/ __/ /___/ /_/ (__ ) /_/ /_/ / / / / / / / /___/ / / / / / /_/ / / /
44-
/_/ /_/ \___/\___/\____/\__,_/____/\__/\____/_/ /_/ /_/ /_____/_/ /_/ /_/\__,_/_/_/
40+
______ ______ __ ______ _ __
41+
/ ____/________ ___ / ____/_ _______/ /_____ ____ ___ / ____/___ ___ ____ _(_) /
42+
/ /_ / ___/ _ \/ _ \ / / / / / ___/ __/ __ \/ __ @@__ \ / __/ / __ @@__ \/ __ @@/ /
43+
/ __/ / / / __/ __/ /___/ /_/ (__ ) /_/ /_/ / / / / / / / /___/ / / / / / /_/ / / /
44+
/_/ /_/ \___/\___/\____/\__,_/____/\__/\____/_/ /_/ /_/( )/_____/_/ /_/ /_/\__,_/_/_/
4545
`
4646

4747
const tagline = ` FreeCustom.Email — disposable inbox API`

0 commit comments

Comments
 (0)