> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tunnel.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# tunnel share

> Create a secure tunnel to development environment.

## Usage

```bash theme={null}
tunnel share [options] [path]
```

## Arguments

<ParamField path="path">
  Path to the directory of the app to share. Defaults to the current working
  directory.
</ParamField>

## Options

<ParamField path="--no-git">
  Do not infer the git url from the current working directory.
</ParamField>

<ParamField path="-p, --port">Share the specified port.</ParamField>

<ParamField path="-s, --subdomain">
  Share the tunnel on a custom subdomain.
</ParamField>

<ParamField path="-o, --open">Open the tunnel in the browser.</ParamField>
<ParamField path="-h, --help">Display help for command</ParamField>
