Usage: pull [OPTIONS] RUN
Download files from a W&B run.
Fetch all files assoicated with the specified run. Skip files that already
exist locally with the same content. Create subdirectories as needed to
mirror the structure of the files in W&B. Examples:
Download files from a run by ID (in this example, run ID is `abcd1234`)
```bash wandb pull abcd1234 ``` Download files from a run in a
specific project and entity (in this example, project is `project` and
entity is `entity`)
```bash wandb pull -p project -e entity abcd1234 ```
Options:
-p, --project TEXT The project containing the run to pull files from.
-e, --entity TEXT The entity that owns the project. Defaults to the value
of the WANDB_ENTITY environment variable or the default
entity if not set.
--help Show this message and exit.