# tuist project show

Show information about the specified project. Use --web flag to open the project in the browser.

## Arguments

### full-handle `Optional`

**Environment variable** `TUIST_PROJECT_SHOW_FULL_HANDLE`

The project to show. The full handle must be in the format of account-handle/project-handle.

```bash
tuist project show [full-handle]
```

### web `Optional`

**Environment variable** `TUIST_PROJECT_SHOW_WEB`

Open a project in the browser.

```bash
tuist project show --web
```

### no-web `Optional`

**Environment variable** `TUIST_PROJECT_SHOW_WEB`

Open a project in the browser.

```bash
tuist project show --no-web
```

### path `Optional`

**Environment variable** `TUIST_PROJECT_SHOW_PATH`

The path to the Tuist project.

```bash
tuist project show --path [path]
tuist project show -p [path]
```
