npm.io
0.1.3 • Published 3 years agoCLI

mediacentral-upload

Licence
SEE LICENSE IN EULA.md
Version
0.1.3
Deps
5
Size
22 kB
Vulns
0
Weekly
0

pipeline status coverage report

Motivation

A tool to upload a feature pack to avid marketplace

Usage

  1. As a CLI (Install globally)

    npm i -g mediacentral-upload

  2. As a JS module

const upload = require('mediacentral-upload')
upload(options)

CLI tool help page

  • Options:
    • --version Show version number [boolean]
    • --help Show help [boolean]
    • -m, --manifest path to a manifest file [default: "./manifest.json"]
    • -p, --pack path to a feature pack to upload [required]
    • -i, --id MyApplication id for your project [required]

Api

upload([, options])

Parameters

  • options -- options object with keys:
    • manifest -- path to a manifest file
    • pack -- path to a feature pack to upload
    • id -- MyApplication id for your project

Keywords