From be1f2706c25f6c72098bf0c6c97c45a23f8bb078 Mon Sep 17 00:00:00 2001 From: razzle Date: Wed, 13 Mar 2024 19:35:40 -0500 Subject: [PATCH] cleanup Signed-off-by: razzle --- src/config/lang/english.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/lang/english.go b/src/config/lang/english.go index 74a05660c4..479a86d835 100644 --- a/src/config/lang/english.go +++ b/src/config/lang/english.go @@ -359,9 +359,6 @@ $ zarf package pull oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0 -a sk CmdDevDeployFlagNoYolo = "Disable the YOLO mode default override and create / deploy the package as-defined" CmdDevDeployErr = "Failed to dev deploy: %s" - CmdDevMigrateShort = "[beta] Migrates the zarf.yaml in a given directory to the latest version of the zarf.yaml format" - CmdDevMigrateLong = "[beta] Migrates the zarf.yaml in a given directory to the latest version of the zarf.yaml format.\n\n" + - "This command modifies the original zarf.yaml file, performs a best effort attempt to preserve comments, and will format the contents in an opinionated manner." CmdDevGenerateShort = "[alpha] Creates a zarf.yaml automatically from a given remote (git) Helm chart" CmdDevGenerateExample = "zarf dev generate podinfo --url https://github.com/stefanprodan/podinfo.git --version 6.4.0 --gitPath charts/podinfo"