We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b407ae + 0929f38 commit a05008bCopy full SHA for a05008b
jekyll/_cci2/api-developers-guide.md
@@ -479,7 +479,7 @@ The following section details the steps you need to follow to download artifacts
479
--header 'Accept: application/json' \
480
--header "Circle-Token: $CIRCLECI_TOKEN" \
481
| grep -o 'https://[^"]*' \
482
- | wget -v -i -
+ | wget --header="Circle-Token: $CIRCLECI_TOKEN" -v -i -
483
```
484
485
**Note:** `grep` is used to locate all the URLs for downloading the job artifacts, while `wget` is used to perform the download.
0 commit comments