You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/config/lang/english.go
+7-7
Original file line number
Diff line number
Diff line change
@@ -379,13 +379,13 @@ $ zarf package pull oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0 -a sk
379
379
"NOTE: This file must not already exist. If no filename is provided, the config will be written to the current working directory as zarf-config.toml."
380
380
CmdDevGenerateConfigErr="Unable to write the config file %s, make sure the file doesn't already exist"
381
381
382
-
CmdDevFlagExtractPath=`The path inside of an archive to use to calculate the sha256sum (i.e. for use with "files.extractPath")`
383
-
CmdDevFlagSet="Specify package variables to set on the command line (KEY=value). Note, if using a config file, this will be set by [package.create.set]."
384
-
CmdDevFlagRepoChartPath=`If git repos hold helm charts, often found with gitops tools, specify the chart path, e.g. "/" or "/chart"`
385
-
CmdDevFlagGitAccount="User or organization name for the git account that the repos are created under."
386
-
CmdDevFlagKubeVersion="Override the default helm template KubeVersion when performing a package chart template"
387
-
CmdDevFlagRegistry="Override the ###ZARF_REGISTRY### value"
388
-
CmdDevFlagFindImagesWhy="Find the location of the image given as an argument and print it to the console."
382
+
CmdDevFlagExtractPath=`The path inside of an archive to use to calculate the sha256sum (i.e. for use with "files.extractPath")`
383
+
CmdDevFlagSet="Specify package variables to set on the command line (KEY=value). Note, if using a config file, this will be set by [package.create.set]."
384
+
CmdDevFlagRepoChartPath=`If git repos hold helm charts, often found with gitops tools, specify the chart path, e.g. "/" or "/chart"`
385
+
CmdDevFlagGitAccount="User or organization name for the git account that the repos are created under."
386
+
CmdDevFlagKubeVersion="Override the default helm template KubeVersion when performing a package chart template"
387
+
CmdDevFlagFindImagesRegistry="Override the ###ZARF_REGISTRY### value"
388
+
CmdDevFlagFindImagesWhy="Prints the source manifest for the specified image"
389
389
390
390
CmdDevLintShort="Lints the given package for valid schema and recommended practices"
391
391
CmdDevLintLong="Verifies the package schema, checks if any variables won't be evaluated, and checks for unpinned images/repos/files"
0 commit comments