Licence
SEE LICENSE IN EULA.md
Version
0.1.3
Deps
5
Size
22 kB
Vulns
0
Weekly
0
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