Skip to content

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 state

Flags ​

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 environment

See also ​