sap-kyma-cli

Installation
SKILL.md

SAP Kyma CLI — agent-deploy patterns

The canonical agent template ships a Containerfile and k8s/ directory. Kyma deployment is podman build && podman push && kubectl apply -f k8s/.

Setup

# kubeconfig comes from BTP cockpit (kyma env instance → Kubeconfig URL)
export KUBECONFIG=/path/to/kubeconfig.yaml
kubectl get nodes              # smoke

Build & push

podman build -f Containerfile -t my-first-agent:0.1.0 .
podman tag  my-first-agent:0.1.0 $REGISTRY/my-first-agent:0.1.0
podman push $REGISTRY/my-first-agent:0.1.0
Installs
1
GitHub Stars
5
First Seen
1 day ago
sap-kyma-cli — sap/custom-agentic-cookbook