1 // Package lift implements warehouse packaging semantics on top of the 2 // warehouse OCI types. 3 // 4 // Where `pkg/f8n/warehouse/oci` implements OCI mechanics used generally to support 5 // specific warehouse package types (Walk, Map, artifact interfaces, etc), lift 6 // is concerned with implementing operations against warehouse artifacts (unpacking, 7 // applying manifests to K8s clusters, etc). 8 // 9 // This package also implements a CLI that exposes some of the functionality, 10 // named `lift`. 11 package lift 12