Maintain SKU specific package content such as templates and other static files.
- Build SKU package
$ ./build-package.bash <sku_pack_directory> <subname>
- Register a new SKU with the package
$ curl -X POST -F file=@tarballs/sku_pack_directory_subname.tar.gz localhost:8080/api/common/skus/pack
- Please refer to SKU PACK Guide for more API commands