README
Motivation
A tool to publish a project to avid marketplace.
Usage
- As a CLI (Install globally)
npm i -g mediacentral-publish
- As a JS module
const publish = require('mediacentral-publish')
publish(options)
Api
publish([, options])
Parameters
options-- options object with keys:project-- path to a project config fileconfig-- path to a project config file (optional if the config is project/src/project.config.json)version-- version of your appdeveloper ID-- your developer ID (optional)organization-- name of you organizationprivateKeyPath-- Path to your private keyappID- your Application ID
name-- project name (optional if the name is in a project/src/project.json file under identity.appName)password-- password to ssh private keybuildImage-- boolbuild-- boolservice-- bool
Check our CloudUX examples on Avid-Technology Github
Check our Quick Start for CloudUX