Add notes on curl params required when downloading package files via API
What does this MR do and why?
If package files are stored in an object storage, it is necessary to add --location
to download files via curl. Also, --output
is needed in order not to write files to stdout. This MR adds these params to the docs.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.