fioctl targets artifacts¶
Show artifacts created in CI for a Target
Synopsis¶
Show artifacts created in CI for a Target
Examples¶
# List all artifacts for Target 12
fioctl targets artifacts 12
# Dump console.log artifact to STDOUT
fioctl targets artifacts 12 publish-compose-apps/console.log
# Download an artifact. Progress is printed to STDERR, the contents is
# re-directed /tmp/tmp.gz
fioctl-linux-amd64 targets artifacts 207 \
raspberrypi3-64/lmp-factory-image-raspberrypi3-64.wic.gz >/tmp/tmp.gz
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- fioctl targets - Manage factory’s TUF targets