chore(cli): Removed appName from config schema. This is redundant to metadata name

This commit is contained in:
Waldemar 2025-09-30 11:33:52 +02:00
parent 5f0eccd315
commit 5d6fd8fc59
9 changed files with 14 additions and 68 deletions

View file

@ -35,7 +35,6 @@ metadata:
name: "edge-app-demo"
spec:
k8sApp: # App definition
appName: "edge-app-demo"
appVersion: "1.0.0"
manifestFile: "./k8s-deployment.yaml"
infraTemplate: # Instance deployment targets
@ -330,4 +329,4 @@ examples/apply/
└── with-network.yaml # Network configuration example
```
This blueprint provides a systematic approach to implementing the apply command while maintaining consistency with existing CLI patterns and ensuring robust error handling and user experience.
This blueprint provides a systematic approach to implementing the apply command while maintaining consistency with existing CLI patterns and ensuring robust error handling and user experience.