cli-tunnel
SolidStart 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
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
omni-tunnels
Create and manage secure tunnels (ngrok, Cloudflare Tunnel, custom) to expose OmniRoute to the internet or share access with remote agents and CI pipelines.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-setup
Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-serve
Start, stop, and restart the OmniRoute server from the CLI. Manage daemon mode, port configuration, auto-recovery, system tray integration, and the dashboard open shortcut.
6,067 Updated today
diegosouzapw