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.
- 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.
Import feature-pack to your local registry.
- Using command
avidctl feature-pack import path/to/feature/pack.zip
load your feature-pack to local registry.
Install feature pack with avidctl
- Execute in command line:
avidctl feature install --feature avid-releases/myplugin [--version=1.2.4] --name my_plugin_name
.
Uninstall Feature Pack
- You can uninstall feature-pack with helm using
helm delete --purge <-deployment-name->
. Deployment name equals to the --name from install step.