Documentation
README
Overview
Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
tunnel
Example:
omniroute tunnel
tunnel list
Flags:
--json
Example:
omniroute tunnel list
tunnel create [type]
Example:
omniroute tunnel create [type]
tunnel stop <type>
Flags:
--yes
Example:
omniroute tunnel stop <type>
tunnel status <type>
Flags:
--json
Example:
This is the opening of the README. Read the full README on GitHub.