mediacentral-feature-pack
v0.1.2
Published
A feature pack tool for mediacentral cloud-ux projects
Readme
Motivation
A feature pack tool for mediacentral cloud-ux projects
Usage
As a CLI (Install globally)
npm i -g mediacentral-feature-pack
As a js module
const fp = require('mediacentral-feature-pack')
fp(options)CLI tool help page
- Options:
--versiona version tag [boolean] [required]--helpShow help [boolean]-m, --metadatapath to a metadata file based on the feature pack definition [required]-h, --helmpath to a helm chart file [required]-d, --dockera docker image file with the contents of build [required]-t, --taga version tag [required]-o, --outputan output directory [default: "."]
Api
fp([, options])
Parameters
options-- options object with keys:metadata-- path to a metadata file based on the feature pack definitionhelm-- path to a helm chart filedocker-- a docker image file with the contents of buildtag-- a version tagoutput-- an output directory
