mender-artifact

Create, inspect, and manage Mender OTA update artifact files

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for managing Mender artifact files

Commands

mender-artifact

Examples

Create a new artifact with a rootfs image for a specific device type$ mender-artifact write rootfs -t beaglebone -n release-1.0 -f rootfs.ext4 -o artifact.mender
Inspect the contents and metadata of an existing artifact file$ mender-artifact read artifact.mender
Create a module-type artifact with custom update module$ mender-artifact write module-image -t device-type -n update-1.0 -T my-module -f update.tar.gz -o custom-artifact.mender