--- name: cli-tunnel description: Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability. --- ## Overview Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability. ## Quick install ```bash npm install -g omniroute # or: npx omniroute omniroute --version ``` ## Subcommands ### `tunnel` **Example:** ```bash omniroute tunnel ``` ### `tunnel list` **Flags:** - `--json` **Example:** ```bash omniroute tunnel list ``` ### `tunnel create` **Example:** ```bash omniroute tunnel create ``` ### `tunnel stop ` **Flags:** - `--yes` **Example:** ```bash omniroute tunnel stop ``` ### `tunnel status ` **Flags:** - `--json` **Example:** ```bash omniroute tunnel status ``` ### `tunnel logs ` **Flags:** - `--tail ` **Example:** ```bash omniroute tunnel logs ``` ### `tunnel info ` **Flags:** - `--json` **Example:** ```bash omniroute tunnel info ``` ### `tunnel rotate ` **Flags:** - `--yes` **Example:** ```bash omniroute tunnel rotate ```