We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551324d commit 21f8699Copy full SHA for 21f8699
1 file changed
cmd/init.go
@@ -53,8 +53,8 @@ const (
53
HelmChartOption = "helm: Use my own Helm chart (e.g. local via ./chart/ or any remote chart)"
54
ManifestsOption = "kubectl: Use existing Kubernetes manifests (e.g. ./kube/deployment.yaml)"
55
KustomizeOption = "kustomize: Use an existing Kustomization (e.g. ./kube/kustomization/)"
56
- NewDevSpaceConfigOption = "Create a new DevSpace configuration"
57
- DockerComposeDevSpaceConfigOption = "Create a new DevSpace configuration from the existing Docker Compose"
+ NewDevSpaceConfigOption = "Create a new devspace.yaml from scratch"
+ DockerComposeDevSpaceConfigOption = "Convert existing docker-compose.yml to devspace.yaml"
58
59
// The default name for the production profile
60
productionProfileName = "production"
0 commit comments