|
9 | 9 | "commands_build_description": "Build Polywrap Projects (type: interface, wasm)", |
10 | 10 | "commands_build_error_manifestPathMissing": "{option} option missing {argument} argument", |
11 | 11 | "commands_build_error_manifestNotFound": "Manifest not found. Search paths used: {paths}", |
| 12 | + "commands_build_error_goModNotFound": "go.mod file not found. Search paths used: {paths}", |
12 | 13 | "commands_build_error_outputDirMissingPath": "{option} option missing {argument} argument", |
13 | 14 | "commands_build_error_unsupportedProjectType": "Unsupported project type. You can only build the following project types: {supportedTypes}", |
14 | 15 | "commands_build_keypressListener_exit": "Exit: [CTRL + C], [ESC], or [Q]", |
|
91 | 92 | "commands_codegen_options_m": "Path to the Polywrap manifest file (default: {default})", |
92 | 93 | "commands_codegen_options_o": "Output directory for custom generated types (default: 'types/')", |
93 | 94 | "commands_codegen_options_o_path": "path", |
| 95 | + "commands_codegen_options_b": "Uri for custom bindgen wrap (must implement wrap-abi-bindgen interface; see https://github.com/polywrap/wrap-abi-bindgen)", |
94 | 96 | "commands_codegen_success": "Types were generated successfully", |
| 97 | + "commands_codegen_invalid_uri": "Invalid WRAP URI format: {uri}.", |
95 | 98 | "commands_codegen_project_load_error": "Failed to load project, please make sure {manifestPath} is a valid Project manifest", |
96 | 99 | "commands_codegen_options_publish": "Output path for the built schema and manifest (default: {default})", |
97 | | - "commands_docgen_description": "Generate wrapper documentation", |
98 | | - "commands_docgen_success": "Docs were generated successfully", |
99 | | - "commands_docgen_default": "default", |
100 | | - "commands_docgen_options_c": "Output directory for generated docs (default: {default})", |
101 | | - "commands_docgen_options_m": "Path to the project manifest file (default: {default})", |
102 | | - "commands_docgen_options_schema": "Generate GraphQL schema", |
103 | | - "commands_docgen_options_markdown": "Generate {framework} markdown", |
104 | | - "commands_docgen_options_i": "Also generate docs for dependencies", |
105 | | - "commands_docgen_error_manifestNotFound": "Manifest not found. Search paths used: {paths}", |
106 | | - "commands_docgen_error_projectLoadFailed": "Could not load project form the given manifest. Manifest: `{manifestFile}`", |
107 | 100 | "commands_create_description": "Create New Projects", |
108 | 101 | "commands_create_directoryExists": "Directory with name {dir} already exists", |
109 | 102 | "commands_create_error_commandFail": "Command failed: {error}", |
|
176 | 169 | "commands_test_error_unsupportedOutputFileExt": "Unsupported outputFile extention: {outputFileExt}", |
177 | 170 | "commands_test_error_cueDoesNotExist": "Require cue to run validator, checkout https://cuelang.org/ for more information", |
178 | 171 | "commands_test_error_noWorkflowScriptFound": "Workflow script not found at path: {path}", |
179 | | - "commands_test_error_noTestEnvFound": "polywrap test-env not found, please run 'polywrap infra up --modules=eth-ens-ipfs'", |
180 | 172 | "commands_polywrap_error_notACommand": "is not a command", |
181 | 173 | "commands_polywrap_helpPrompt": "Type {command} to view common commands", |
182 | 174 | "commands_manifest_description": "Inspect & Migrade Polywrap Manifests", |
|
243 | 235 | "lib_helpers_deployManifestExt_loadError": "Failed to load deploy manifest extension from {path}", |
244 | 236 | "lib_helpers_deployManifestExt_loadText": "Load manifest extension from {path}", |
245 | 237 | "lib_helpers_deployManifestExt_loadWarning": "No manifest extension found in {path}", |
| 238 | + "lib_helpers_gomod_unableToLoad": "Unable to load go.mod: {path}", |
| 239 | + "lib_helpers_gomod_invalid": "Invalid format of go.mod: {path}", |
246 | 240 | "lib_helpers_manifest_outputError": "Failed to output manifest to {path}", |
247 | 241 | "lib_helpers_manifest_outputText": "Manifest written to {path}", |
248 | 242 | "lib_helpers_manifest_outputWarning": "Warnings writing manifest to {path}", |
|
282 | 276 | "lib_typescript_tsNodeNotInstalled": "Your project uses typescript, but ts-node is not installed", |
283 | 277 | "lib_watcher_alreadyWatching": "Watcher session is already in progress. Directory: {dir}", |
284 | 278 | "lib_wasm_rust_invalidModule": "Module paths must point to Cargo.toml files. Found: {path}", |
| 279 | + "lib_wasm_golang_invalidModule": "Module paths must point to go.mod file. Found: {path}", |
285 | 280 | "lib_docker_invalidImageId": "Invalid docker image ID returned: {imageId}", |
286 | 281 | "lib_docker_noInstall": "Docker executable not found in PATH", |
287 | 282 | "lib_infra_unrecognizedModule": "Unrecognized modules: {modules}. Default modules: {defaultModules}", |
|
0 commit comments