cli-tunnel

Solid

Start and stop tunnel connections (ngrok, Cloudflare, custom) from the CLI. Inspect active tunnel URLs, configure authentication, and test external reachability.

AI & Automation 6,067 stars 1058 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
58
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- 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 ```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 [type]` **Example:** ```bash omniroute tunnel create [type] ``` ### `tunnel stop <type>` **Flags:** - `--yes` **Example:** ```bash omniroute tunnel stop <type> ``` ### `tunnel status <type>` **Flags:** - `--json` **Example:** ```bash omniroute tunnel status <type> ``` ### `tunnel logs <type>` **Flags:** - `--tail <n>` **Example:** ```bash omniroute tunnel logs <type> ``` ### `tunnel info <type>` **Flags:** - `--json` **Example:** ```bash omniroute tunnel info <type> ``` ### `tunnel rotate <type>` **Flags:** - `--yes` **Example:** ```bash omniroute tunnel rotate <type> ```

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category