1.2.1 • Published 8 years ago
split-cf-yaml v1.2.1
split-cf-yaml
Split consolidated Cloudfoundry deployment manifest.yml into separate yml files
Usage
node_modules/.bin/split-cf-yml Will interpret manifest.yml and build separate deployment .yml files for each app entry, merging their contents with shared properties. manifest.yml must have an appliciations entry for this to work.
Params
--out Directory to write files to--in Directory from which to run
Flags
--fail=true Will fail if writing a file encounters an error