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

# gable lineage upload

Upload lineage data to Gable.

## Usage

```bash theme={null}
gable lineage upload [OPTIONS]
```

## Options

| Option            | Type | Required | Default | Description                                                                                                |
| ----------------- | ---- | -------- | ------- | ---------------------------------------------------------------------------------------------------------- |
| `--project-root`  | path | ✓        |         | The root directory of the project that will be analyzed.                                                   |
| `--results-file`  | path | ✓        |         | The path to the results file.                                                                              |
| `--override-file` | path |          |         | Optional LineageDataFile JSON used to replace/add selected payload paths in the result file before upload. |
| `--namespace`     | text | ✓        |         | INTERNAL: select the namespace you want lineage results to be associated with.                             |

## Example

```bash theme={null}
gable lineage upload --project-root ./path/to/project
```
