Rendu depuis le dépôt source en conservant titres, exemples, code, tableaux, liens et images.
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
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 --versionSubcommands
tunnel
Example:
omniroute tunneltunnel list
Flags:
--json
Example:
omniroute tunnel listtunnel create
Example:
omniroute tunnel createtunnel stop <type>
Flags:
--yes
Example:
omniroute tunnel stop <type>tunnel status <type>
Flags:
--json
Example:
omniroute tunnel status <type>tunnel logs <type>
Flags:
--tail <n>
Example:
omniroute tunnel logs <type>tunnel info <type>
Flags:
--json
Example:
omniroute tunnel info <type>tunnel rotate <type>
Flags:
--yes
Example:
omniroute tunnel rotate <type>
