mediacentral-upload
v0.1.3
Published
A upload tool for mediacentral cloud-ux projects
Downloads
130
Readme
Motivation
A tool to upload a feature pack to avid marketplace
Usage
As a CLI (Install globally)
npm i -g mediacentral-upload
As a JS module
const upload = require('mediacentral-upload')
upload(options)CLI tool help page
- Options:
--versionShow version number [boolean]--helpShow help [boolean]-m, --manifestpath to a manifest file [default: "./manifest.json"]-p, --packpath to a feature pack to upload [required]-i, --idMyApplication id for your project [required]
Api
upload([, options])
Parameters
options-- options object with keys:manifest-- path to a manifest filepack-- path to a feature pack to uploadid-- MyApplication id for your project
