Add rootfs command to dist

Commands allows preparing a rootfs from a manifest hash

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2017-03-08 22:04:44 -08:00
parent ead425f426
commit 38a6f90f2b
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
3 changed files with 95 additions and 0 deletions

1
cmd/dist/main.go vendored
View file

@ -69,6 +69,7 @@ distribution tool
deleteCommand,
listCommand,
applyCommand,
rootfsCommand,
}
app.Before = func(context *cli.Context) error {
var (