Files
OmniRoute/skills/cli-tunnel/SKILL.md

1.3 KiB

name, description
name description
cli-tunnel 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 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:

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>