Packaging and deploying components to the Kodexa platform
package
command allows you to package resources (extension packs, models, etc.) for deployment:
kodexa.yml
file in the current directory.
--helm
flag:
--path
: Path to folder containing kodexa.yml (defaults to current directory)--output
: Path to the output folder (defaults to dist under current)--version
: Version number for the package--package-name
: Name of the package (for models)--helm
: Generate a Helm chart--repository
: Repository to use (defaults to kodexa)deploy
command allows you to deploy components to a Kodexa platform instance:
--org
: Organization slug to deploy to--update
: Update existing components--version
: Override version for component--overlay
: JSON/YAML file to overlay metadata--slug
: Override slug for component