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
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@
69
69
"project-pipeline-err-init-dependency": "Please run `spk project init` and `spk project cvg` commands before running this command to initialize the project.",
70
70
"project-pipeline-err-cvg": "Please run `spk project cvg` command before running this command to create a variable group.",
71
71
"project-pipeline-err-spk-config-missing": "SPK Config is missing",
"project-pipeline-err-pipeline-create": "Error occurred during pipeline creation for {0}",
74
73
"project-pipeline-err-invalid-build-definition": "Invalid BuildDefinition created, parameter 'id' is missing from {0}",
75
74
@@ -224,6 +223,7 @@
224
223
"variable-group-create-cmd-err-org-missing": "Provide a value for {0}.",
225
224
"variable-group-create-cmd-err-file-missing": "Provide a file with the variable group manifest.",
226
225
226
+
"validation-err-missing-vals": "These mandatory options were missing:\n {0}. Provide them.",
227
227
"validation-err-org-name-missing": "Organization name was missing. Provide it.",
228
228
"validation-err-org-name": "Organization name must start with a letter or number, followed by letters, numbers or hyphens, and must end with a letter or number.",
229
229
"validation-err-password-missing": "Password was missing. Provide it.",
0 commit comments