|
1 | 1 | { |
2 | 2 | "commands_common_options_configPath": "config-path", |
3 | 3 | "commands_common_options_config": "Add custom configuration to the PolywrapClient", |
4 | | - "commands_build_description": "Builds a wrapper", |
| 4 | + "commands_build_description": "Build Polywrap Projects (type: interface, wasm)", |
5 | 5 | "commands_build_error_manifestPathMissing": "{option} option missing {argument} argument", |
6 | 6 | "commands_build_error_manifestNotFound": "Manifest not found. Search paths used: {paths}", |
7 | 7 | "commands_build_error_outputDirMissingPath": "{option} option missing {argument} argument", |
|
15 | 15 | "commands_build_options_t": "Use the development server's ENS instance", |
16 | 16 | "commands_build_options_w": "Automatically rebuild when changes are made (default: false)", |
17 | 17 | "commands_build_options_v": "Verbose output (default: false)", |
18 | | - "commands_build_uriViewers": "URI Viewers", |
19 | | - "commands_infra_description": "Manage infrastructure for your wrapper", |
| 18 | + "commands_infra_description": "Modular Infrastructure-As-Code Orchestrator", |
20 | 19 | "commands_infra_actions_subtitle": "Infra allows you to execute the following commands:", |
21 | 20 | "commands_infra_options_options": "options", |
22 | 21 | "commands_infra_options_manifest": "manifest", |
|
54 | 53 | "commands_infra_manifest_text": "Aggregating manifest", |
55 | 54 | "commands_infra_manifest_warning": "Warning aggregating manifest", |
56 | 55 | "commands_infra_manifest_error": "Error aggregating manifest", |
57 | | - "commands_deploy_description": "Deploys/Publishes a Polywrap", |
| 56 | + "commands_build_uriViewers": "URI Viewers", |
| 57 | + "commands_deploy_description": "Deploys Polywrap Projects", |
58 | 58 | "commands_deploy_options_options": "options", |
59 | 59 | "commands_deploy_options_o_path": "path", |
60 | 60 | "commands_deploy_options_o_string": "string", |
|
69 | 69 | "commands_deploy_error_pathMissing": "{option} option missing {argument} argument", |
70 | 70 | "commands_deploy_error_nameMissing": "{option} option missing {argument} argument", |
71 | 71 | "commands_deploy_error_cidMissing": "{option} option missing {argument} argument", |
72 | | - "commands_codegen_description": "Auto-generate Wrapper Types", |
| 72 | + "commands_codegen_description": "Generate Code For Polywrap Projects", |
73 | 73 | "commands_codegen_error_domain": "domain", |
74 | 74 | "commands_codegen_error_optionMissingArgument": "{option} option missing {argument} argument", |
75 | 75 | "commands_codegen_options_codegen": "Output directory for the generated code (default: {default})", |
|
83 | 83 | "commands_codegen_options_o": "Output directory for custom generated types (default: 'types/')", |
84 | 84 | "commands_codegen_options_o_path": "path", |
85 | 85 | "commands_codegen_success": "Types were generated successfully", |
| 86 | + "commands_codegen_options_publish": "Output path for the built schema and manifest (default: {default})", |
86 | 87 | "commands_docgen_description": "Generate wrapper documentation", |
87 | 88 | "commands_docgen_success": "Docs were generated successfully", |
88 | 89 | "commands_docgen_default": "default", |
|
91 | 92 | "commands_docgen_options_schema": "Generate GraphQL schema", |
92 | 93 | "commands_docgen_options_markdown": "Generate {framework} markdown", |
93 | 94 | "commands_docgen_options_i": "Also generate docs for dependencies", |
94 | | - "commands_create_description": "Create a new project with polywrap CLI", |
| 95 | + "commands_docgen_error_manifestNotFound": "Manifest not found. Search paths used: {paths}", |
| 96 | + "commands_create_description": "Create New Projects", |
95 | 97 | "commands_create_directoryExists": "Directory with name {dir} already exists", |
96 | 98 | "commands_create_error_commandFail": "Command failed: {error}", |
97 | 99 | "commands_create_error_noCommand": "Please provide a command", |
|
117 | 119 | "commands_create_readyPlugin": "You are ready to build a plugin into a Polywrap", |
118 | 120 | "commands_create_readyProtocol": "You are ready to turn your protocol into a Polywrap", |
119 | 121 | "commands_create_settingUp": "Setting everything up...", |
120 | | - "commands_app_description": "Build/generate types for your app", |
121 | | - "commands_app_codegen": "Generate code for the app", |
122 | | - "commands_app_options_command": "command", |
123 | | - "commands_app_options_codegen": "Output directory for the generated code (default: {default})", |
124 | | - "commands_app_options_m": "Path to the Polywrap App manifest file (default: {default})", |
125 | | - "commands_app_success": "Code was generated successfully", |
126 | | - "commands_app_namespace_success": "Generated {content} for namespace {namespace}", |
127 | | - "commands_app_topLevel_success": "Generated top-level code for app", |
128 | | - "commands_app_error_optionMissingArgument": "{option} option missing {argument} argument", |
129 | | - "commands_app_error_manifestNotFound": "Manifest not found. Search paths used: {paths}", |
130 | | - "commands_app_error_unknownCommand": "Unrecognized command: {command}", |
131 | | - "commands_app_error_duplicateNs": "Duplicate namespace in app manifest", |
132 | | - "commands_app_error_noCommand": "Please provide a command", |
133 | | - "commands_plugin_description": "Build/generate types for the plugin", |
134 | | - "commands_plugin_error_domain": "domain", |
135 | | - "commands_plugin_error_noCommand": "Please provide a command", |
136 | | - "commands_plugin_error_unknownCommand": "Unrecognized command: {command}", |
137 | | - "commands_plugin_error_optionMissingArgument": "{option} option missing {argument} argument", |
138 | | - "commands_plugin_commands_codegen": "Generate code for the plugin", |
139 | | - "commands_plugin_options_command": "command", |
140 | | - "commands_plugin_options_e": "ENS address to lookup external schemas (default: 0x0000...2e1e)", |
141 | | - "commands_plugin_options_e_address": "address", |
142 | | - "commands_plugin_options_h": "Show usage information", |
143 | | - "commands_plugin_options_i": "IPFS node to load external schemas (default: dev-server's node)", |
144 | | - "commands_plugin_options_i_node": "node", |
145 | | - "commands_plugin_options_lang": "lang", |
146 | | - "commands_plugin_options_langs": "langs", |
147 | | - "commands_plugin_options_m": "Path to the Polywrap Plugin manifest file (default: {default})", |
148 | | - "commands_plugin_options_path": "path", |
149 | | - "commands_plugin_options_publish": "Output path for the built schema and manifest (default: {default})", |
150 | | - "commands_plugin_options_codegen": "Output directory for the generated types (default: {default})", |
151 | 122 | "commands_run_options_workflow": "workflow", |
152 | 123 | "commands_run_options_workflowScript": "Path to workflow script", |
153 | 124 | "commands_run_options_outputFilePath": "output-file-path", |
|
186 | 157 | "commands_run_error_envsItemNotObject": "Env at index {index} must be an object with properties 'uri'", |
187 | 158 | "commands_run_error_envsItemUriNotString": "Env property 'uri' at index {index} must be a valid wrap:// URI string", |
188 | 159 | "commands_run_error_envsItemModuleNotObject": "Env property 'env' at index {index} must be an object", |
189 | | - "commands_run_description": "Runs workflow script", |
| 160 | + "commands_run_description": "Runs Workflows", |
190 | 161 | "commands_run_error_missingScript": "Required argument {script} is missing", |
191 | 162 | "commands_run_error_noApi": "API needs to be initialized", |
192 | 163 | "commands_run_error_readFail": "Failed to read query {query}", |
193 | 164 | "commands_run_error_unsupportedOutputFileExt": "Unsupported outputFile extention: ${outputFileExt}", |
194 | 165 | "commands_run_error_cueDoesNotExist": "Require cue to run validator, checkout https://cuelang.org/ for more information", |
195 | 166 | "commands_run_error_noWorkflowScriptFound": "Workflow script not found at path: {path}", |
196 | 167 | "commands_run_error_noTestEnvFound": "polywrap test-env not found, please run 'polywrap infra up --modules=eth-ens-ipfs'", |
197 | | - "commands_testEnv_description": "Manage a test environment for Polywrap", |
198 | | - "commands_testEnv_error_never": "This should never happen...", |
199 | | - "commands_testEnv_error_noCommand": "No command given", |
200 | | - "commands_testEnv_error_unrecognizedCommand": "Unrecognized command: {command}", |
201 | | - "commands_testEnv_options_command": "command", |
202 | | - "commands_testEnv_options_start": "Startup the test env", |
203 | | - "commands_testEnv_options_stop": "Shutdown the test env", |
204 | | - "commands_testEnv_shutdown_error": "Failed to shutdown test environment", |
205 | | - "commands_testEnv_shutdown_text": "Shutting down test environment...", |
206 | | - "commands_testEnv_shutdown_warning": "Warning shutting down test environment", |
207 | | - "commands_testEnv_startup_error": "Failed to start test environment", |
208 | | - "commands_testEnv_startup_text": "Starting test environment...", |
209 | | - "commands_testEnv_startup_warning": "Warning starting test environment", |
210 | 168 | "commands_polywrap_error_notACommand": "is not a command", |
211 | 169 | "commands_polywrap_helpPrompt": "Type {command} to view common commands", |
212 | 170 | "lib_codeGenerator_genCodeError": "Failed to generate types", |
|
0 commit comments