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.
"infra-scaffold-cmd-failed": "Scaffold Command was not successfully executed.",
140
+
"infra-scaffold-cmd-src-missing": "Value for source is required because it cannot be constructed with properties in spk-config.yaml. Provide value for source.",
141
+
"infra-scaffold-cmd-values-missing": "Values for name, version and/or 'template were missing. Provide value for values for them.",
142
+
"infra-err-validating-remote-git": "Could not determine error when validating remote git source.",
143
+
"infra-err-retry-validating-remote-git": "Failure error thrown during retrying validating remote git source.",
"infra-err-tf-path-not-found": "Provided Terraform {0} path is invalid or cannot be found: {1}",
146
+
"infra-err-create-scaffold": "Could not create scaffold",
147
+
"infra-err-git-clone-failed": "Could not clone the source remote repository. The remote repo might not exist or you did not have the rights to access it",
148
+
"infra-git-source-no-exist": "Source path, {0} did not exist."
149
+
}
150
+
```
151
+
152
+
This allows us to localized error messages if needed.
0 commit comments