kyma module ​
Manages Kyma modules.
Synopsis ​
Use this command to manage modules in the Kyma cluster.
bash
kyma module <command> [flags]Available Commands ​
text
add - Add a module
catalog - Lists modules catalog
delete - Deletes a module
list - Lists the installed modules
manage - Sets the module to the managed state
pull - Pull a module from a remote repository
unmanage - Sets a module to the unmanaged stateFlags ​
text
--context string The name of the kubeconfig context to use
-h, --help Help for the command
--kubeconfig string Path to the Kyma kubeconfig file
--show-extensions-error Prints a possible error when fetching extensions fails
--skip-extensions Skip fetching extensions from the target Kyma environmentSee also ​
- kyma - A simple set of commands to manage a Kyma cluster
- kyma module add - Add a module
- kyma module catalog - Lists modules catalog
- kyma module delete - Deletes a module
- kyma module list - Lists the installed modules
- kyma module manage - Sets the module to the managed state
- kyma module pull - Pull a module from a remote repository
- kyma module unmanage - Sets a module to the unmanaged state