Add prune command to remove layer references

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2021-01-23 10:51:45 -08:00
parent 643bb9b66d
commit 9aca94c5b0
2 changed files with 137 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ var (
listCommand,
pushObjectCommand,
setLabelsCommand,
pruneCommand,
},
}