Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 2.5 KB

kyma-cli-292454b.md

File metadata and controls

66 lines (31 loc) · 2.5 KB

Kyma CLI

Kyma CLI is an essential tool for application developers who want to get started quickly and efficiently with SAP BTP, Kyma runtime. Designed to streamline workflows, it simplifies complex tasks, enabling developers to deploy and manage applications easily

Caution:

The alpha group commands are still in development, which means their functions and API may be modified over time. We encourage you to explore them, but keep in mind that changes may occur.

With a single command, you can push a simple application to a Kyma cluster. Kyma CLI builds the container image from source code or Dockerfile, pushes it to the in-cluster registry, and applies the necessary Kubernetes resources, eliminating the manual setup process and accelerating your development.

Kyma CLI provides a hands-on experience when interacting with Kyma’s extensions to Kubernetes API, making it easier to explore, test, and fine-tune Kyma's custom resources directly from the command line.

Kyma CLI also provides a set of commands to manage Kyma modules efficiently. You can manage, deploy, and configure modules seamlessly. With the Kyma CLI module commands, you can list available and installed modules, and add or delete them. Modules can be deployed with the default or custom configuration.

Kyma CLI provides the following features:

  • Simplified module management.

  • Automated deployments.

  • Simplified SAP BTP service instance bindings.

  • Commands providing useful automation.

  • Using Homebrew:

    brew install kyma-cli
    
  • Using GitHub releases:

    curl -sL "https://raw.githubusercontent.com/kyma-project/cli/refs/heads/main/hack/install_cli_stable.sh" | sh -
    kyma
    
    

Related Information

Adding and Deleting a Kyma Module Using Kyma CLI

Setting Your Module to the Unmanaged and Managed State in Kyma CLI