Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.
Install
npx skillscat add diegosouzapw/omniroute/cli-tunnel Install via the SkillsCat registry.
SKILL.md
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 [type]
Example:
omniroute tunnel create [type]tunnel 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>