devspace-sh / devspace

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
https://devspace.sh
Apache License 2.0
4.37k stars 361 forks source link

Add `description` and `hidden` field to profiles #1909

Open JamesHutchisonCarta opened 2 years ago

JamesHutchisonCarta commented 2 years ago

Currently, we construct a devspace yaml file by having the default dev profile simply define an empty structure, and then all other profiles patch it. Some profiles are building block profiles, others are "public" profiles. This request is for two features:

FabianKramm commented 2 years ago

@JamesHutchisonCarta thanks for creating this issue! That makes a lot of sense, I agree that we should add this.