Command Line Tools for Administration
You can manage and operate the SAP Business Technology Platform (SAP BTP) using various command-line tools.

SAP BTP Command Line Interface (btp CLI)
The SAP BTP command line interface (btp CLI) is an alternative to the SAP BTP cockpit for users who prefer working on the command line and/or want to automate operations using scripts.
This tool can be used to perform tasks to work with global accounts on SAP BTP. This includes creating subaccounts and directories but also allows you to get information about your current global account.
Cloud Foundry Command Line Interface (cf CLI)
The Cloud Foundry command line interface (cf CLI) is used for managing subaccounts in the Cloud Foundry environment, such as creating orgs and spaces, or managing quotas.
Plug-ins can be installed to add further commands. For example, the Multitarget Application plug-in to simplify managing and deploying applications that consist of multiple modules and perform lifecyle operations on them, the Service Fabrik based on B&R plug-in to perform backup and restore operations on service-instances, or the Custom Domain Self-Service plug-in to manage TLS server certificates and client authentication trust for custom domains.
Kubernetes Command Line Tool (kubectl CLI)
The Kubernetes command line tool kubectl for interacting with Kubernetes clusters enables you to perform various operations on cluster resources using the Kubernetes API. With kubectl, you can deploy applications, manage pods, services, and other resources within your cluster. Additionally, you can inspect the cluster’s state, view logs, and perform checks on resource details. Rather than issuing HTTP requests directly, kubectl simplifies the process by providing a user-friendly interface.