CLI reference
The overcast binary: the three commands most people need, and a page per command group — running the daemon, checking it, state, AWS tools, Docker networks, .local hostnames and TLS.
overcast is the emulator daemon and the host-side tooling around it.
overcastd, the slim binary, has the same subcommands without the web console.
overcast serve # run the emulator in the foreground
eval "$(overcast env)" # point every AWS tool in this shell at it
overcast status # check it is up, and see what it is running
Every command takes --endpoint (default http://localhost:4566),
overcast --version prints the build, and overcast <command> --help prints
that command’s flags.
Command groups
| Page | Commands |
|---|---|
| Running the daemon | serve, start, stop, restart, logs |
| Checking a running daemon | status, wait, services, config |
| Wiping and importing state | reset, import cognito-users |
| Pointing AWS tools at Overcast | env, aws |
| Docker networks | network status, network reset |
| Reaching Overcast by name | bridge |
| HTTPS and the trust store | https, trust |
Related
- Using AWS SDKs and CLI — SDK, Terraform and AWS CLI setup, with examples
- Configuration reference — the environment variables the daemon reads
- HTTPS and HTTP/2 — the guide behind
overcast https - Networking and host-based addressing — what
bridgeandnetworksit on top of - Troubleshooting — a symptom, and where its answer lives