kyma
CLI tool for managing Kyma Kubernetes modules and applications
TLDR
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 discover, install, and remove Kyma modules, deploy applications using app push, and interact with Kyma's custom resources directly from the command line.
SUBCOMMANDS
module list
Display installed Kyma modules.module catalog
View available modules for installation.module add name
Add a module to the cluster.module delete name
Remove a module from the cluster.module manage name
Set a module to managed state.module unmanage name
Set a module to unmanaged state.app push
Build and deploy an application to the cluster.completion shell
Generate shell completion scripts (bash, zsh, fish, powershell).version
Show CLI version information.
CAVEATS
Requires access to a Kubernetes cluster with Kyma installed. Module availability depends on the cluster configuration and Kyma version. The v2 CLI commands are deprecated; use v3 commands instead.
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.
