Add gh cli note (#1549)

This commit is contained in:
Matt
2024-11-10 16:02:26 -08:00
committed by GitHub
parent b3d74e56a0
commit 5bee683661

View File

@@ -284,3 +284,11 @@ Then, run the examples:
> cd photonlib-python-examples
> run.bat <example name>
```
#### Downloading Pipeline Artifacts
Using the [GitHub CLI](https://cli.github.com/), we can download artifacts from pipelines by run ID and name:
```
~/photonvision$ gh run download 11759699679 -n jar-Linux
```