Documentation Index
Fetch the complete documentation index at: https://jetemail.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
jetemail completion <shell> prints a tab-completion script to stdout. Set it up once and your shell will autocomplete jetemail subcommands and flags when you press Tab.
zsh
~/.zshrc:
bash
/etc/bash_completion.d/jetemail (requires sudo), or source it from ~/.bashrc:
fish
powershell
. $PROFILE) for the new completions to load.
elvish
use jetemail-completion from your rc.elv.
What you get
Tab completion covers:- Top-level subcommands (
email,inbound,outbound,webhooks, …) - Nested subcommands (
outbound smarthost update …) - Long flags on each command (
--from,--to,--idempotency-key, …) - Enum values where they apply (e.g. shell names for
completion)