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

# share

> Upload your codebase health report and get a public URL

Runs a health audit and uploads the report to supermodeltools.com, returning a short public URL you can share or embed as a README badge.

## Synopsis

```bash theme={null}
supermodel share [flags]
```

## Flags

| Flag         | Description                      |
| ------------ | -------------------------------- |
| `--dir`      | Project directory (default: cwd) |
| `-h, --help` | Help for share                   |

## Examples

```bash theme={null}
supermodel share
supermodel share --dir ./path/to/project
```
