| 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
npm install -g AIRoute
AIRoute --version
Subcommands
tunnel
Example:
AIRoute tunnel
tunnel list
Flags:
Example:
AIRoute tunnel list
tunnel create [type]
Example:
AIRoute tunnel create [type]
tunnel stop <type>
Flags:
Example:
AIRoute tunnel stop <type>
tunnel status <type>
Flags:
Example:
AIRoute tunnel status <type>
tunnel logs <type>
Flags:
Example:
AIRoute tunnel logs <type>
tunnel info <type>
Flags:
Example:
AIRoute tunnel info <type>
tunnel rotate <type>
Flags:
Example:
AIRoute tunnel rotate <type>