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
+14
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,20 @@
40
40
"hld-append-var-group-cmd-failed": "HLD Append Variable Group command was not successfully executed.",
41
41
"hld-append-var-group-name-missing": "Variable group name was not provided. Provide variable group.",
42
42
43
+
"project-pipeline-cmd-failed": "Project install lifecycle pipeline was not successfully executed.",
44
+
"project-pipeline-err-github-repo": "GitHub repos are not supported. Repo url: {0} is invalid",
45
+
"project-pipeline-err-missing-values": "Value for {0} is missing.",
46
+
"project-pipeline-err-init-dependency": "Please run `spk project init` and `spk project cvg` commands before running this command to initialize the project.",
47
+
"project-pipeline-err-cvg": "Please run `spk project cvg` command before running this command to create a variable group.",
48
+
"project-pipeline-err-repo-url-undefined": "Repo url not defined",
49
+
"project-pipeline-err-spk-config-missing": "SPK Config is missing",
"project-pipeline-err-pipeline-create": "Error occurred during pipeline creation for {0}",
52
+
"project-pipeline-err-invalid-build-definition": "Invalid BuildDefinition created, parameter 'id' is missing from {0}",
53
+
54
+
"git-err-validating-remote-git": "Could not determine origin repository, or it is not a supported type.",
55
+
"git-err-invalid-repository-url": "Repositiry URL does not begin with http(s).",
56
+
43
57
"fileutils-append-variable-group-to-pipeline-yaml": "Could not append variable group name to manifest-generation.yaml file in HLD repo. Check this is file exist and if it is YAML format.",
44
58
"fileutils-generate-hld-pipeline-yaml": "Could not generate HLD Azure pipeline YAML.",
45
59
"fileutils-generate-default-hld-component-yaml": "Could not generate default HLD component YAML.",
0 commit comments