LinuxCommandLibrary

kyma

CLI tool for managing Kyma Kubernetes modules

TLDR

List available modules
$ kyma modules list
copy
Add a module to the cluster
$ kyma modules add [module_name]
copy
Delete a module
$ kyma modules delete [module_name]
copy
Deploy an application
$ kyma deploy [path/to/app]
copy

SYNOPSIS

kyma command [options]

DESCRIPTION

kyma is a command-line interface for managing Kyma, an opinionated set of Kubernetes-based modular building blocks for enterprise-grade cloud-native applications. It simplifies module management, deployment, and configuration of Kyma resources on Kubernetes clusters.
The CLI provides commands to list, add, and delete Kyma modules, deploy applications, and interact with Kyma's custom resources directly from the command line.

CAVEATS

Requires access to a Kubernetes cluster with Kyma installed. Module availability depends on the cluster configuration and Kyma version.

HISTORY

kyma CLI is developed by the Kyma project (part of the SAP ecosystem) and is written in Go. The v3 release refocused the tool toward application developers using Kyma as their Kubernetes-based runtime.

SEE ALSO

kubectl(1), helm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard