---
name: CLI Tunnel
slug: cli-tunnel
category: DevOps
description: CLI Tunnel starts and stops tunnel connections (ngrok, Cloudflare, custom) from the command line. Use it to inspect active tunnel URLs, configure authentication, and test external reachability.
github: "https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-tunnel"
language: TypeScript
stars: 46795
forks: 6310
install: "npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-tunnel ~/.claude/skills/cli-tunnel"
installs_to: ~/.claude/skills/cli-tunnel
source_path: skills/cli-tunnel/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/diegosouzapw/OmniRoute"
added: 2026-08-13T07:36:53.027Z
last_synced: 2026-08-13T07:36:53.027Z
canonical_url: "https://dirskills.com/skills/cli-tunnel"
---

# CLI Tunnel

CLI Tunnel starts and stops tunnel connections (ngrok, Cloudflare, custom) from the command line. Use it to inspect active tunnel URLs, configure authentication, and test external reachability.

**Install:**

```bash
npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-tunnel ~/.claude/skills/cli-tunnel
```

## README

<!-- 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>
```
