appc/spec

actool: build should support --imageid

Open

#129 opened on Jan 19, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (143 forks)github user discovery
help wantedkind/enhancement

Repository metrics

Stars
 (1,253 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

As an image developer When I create a new image I would like to generate and see the image hash (image ID) as part of the build output

actool build [--imageid [sha256|?]] <source dir> <image filename>

This would both build the image and then generate and print the indicated hash/image ID to stdout

Contributor guide