fioctl targets offline-update¶
Download Target content for an offline update
Synopsis¶
Download Target content for an offline update
fioctl targets offline-update <target-name> <dst> --tag <tag> [--prod] [flags]
Examples¶
# Download update content of the production target #1451 tagged by "release-01" for "intel-corei7-64" hardware type
fioctl targets offline-update intel-corei7-64-lmp-1451 /mnt/flash-drive/offline-update-content --tag release-01 --prod
# Download update content of the CI target #1451 tagged by "devel" for "raspberrypi4-64" hardware type
fioctl targets raspberrypi4-64-lmp-1448 /mnt/flash-drive/offline-update-content --tag devel
Options¶
-h, --help help for offline-update
--prod Instruct to fetch content of production Target
--tag string Target tag
Options inherited from parent commands¶
-c, --config string config file (default is $HOME/.config/fioctl.yaml)
-f, --factory string Factory to list targets for
-t, --token string API token from https://app.foundries.io/settings/tokens/
-v, --verbose Print verbose logging
SEE ALSO¶
- fioctl targets - Manage factory’s TUF targets