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"