Skip to content

Installation and Management of Marketplace Packages¤

Introduction¤

Marketplace Packages can be installed directly from a Corporate Memory Marketplace Server (e.g. https://eccenca.market), or from local Corporate Memory Package Archives (.cpa files).

This page describes how to install, list, and uninstall packages using cmemc.

cmemc package reference

The cmemc package command group contains of a needed commands to support the complate package lifecycle.

Install Packages¤

Use the following command to install a package from a Marketplace Server:

cmemc package install PACKAGE_ID

For installing local package archives (.cpa files) or package directories, use the --input option:

cmemc package install --input PATH

List Packages¤

Use the following command to list all installed packages:

cmemc package list

Uninstall Packages¤

Use the following command to uninstall a package:

cmemc package uninstall PACKAGE_ID

This removes all package contents from the Corporate Memory instance, including graphs and Build projects that were installed as part of the package.

Comments