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