Feature-pack installation

Feature-pack is installation file consisting of metadata for avidctl tool, docker image and helm chart.
After creation of your feature-pack:

Upload feature-pack to your CloudUX machine.

upload_feature_pack
Zoom
  • On Windows you can use WinSCP or on Linux/OSX. Example command: scp file_to_copy user@<-ip-address->:/path/to/location.

SSH into your CloudUX machine.

ssh_login
Zoom

Import feature-pack to your local registry.

feature_pack_import
Zoom
  • Using command avidctl feature-pack import path/to/feature/pack.zip load your feature-pack to local registry.

Install feature pack with avidctl

installation
Zoom
  • Execute in command line: avidctl feature install --feature avid-releases/myplugin [--version=1.2.4] --name my_plugin_name.

Uninstall Feature Pack

delete
Zoom
  • You can uninstall feature-pack with helm using helm delete --purge <-deployment-name->. Deployment name equals to the --name from install step.