fioctl targets prune¶
Prune target(s)
Examples¶
# prune a single target by name:
fioctl targets prune intel-corei7-64-lmp-123
# prune all targets with the "custom.tags" set to ["devel"]:
fioctl targets prune --by-tag devel
# prune all targets with the "custom.tags" set to ["devel"] except for the most recent 10:
fioctl targets prune --by-tag devel --keep-last=10
# prune all targets with the "custom.tags" set to ["devel", "my-test"]:
fioctl targets prune --by-tag devel my-test
# see the list of targets to be pruned (based on the above example), don't prune them:
fioctl targets prune --by-tag devel my-test --dryrun
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- fioctl targets - Manage factory’s TUF targets