|
14 | 14 | "commands_build_keypressListener_exit": "Exit: [CTRL + C], [ESC], or [Q]", |
15 | 15 | "commands_build_keypressListener_watching": "Watching", |
16 | 16 | "commands_build_options_h": "Show usage information", |
17 | | - "commands_build_options_m": "Path to the Polywrap Build manifest file (default: {default})", |
| 17 | + "commands_build_options_m": "Path to the Polywrap manifest file (default: {default})", |
18 | 18 | "commands_build_options_o": "Output directory for build results (default: {default})", |
19 | 19 | "commands_build_options_o_path": "path", |
20 | 20 | "commands_build_options_options": "options", |
|
116 | 116 | "commands_create_error_badUrl": "URL {url} uses an invalid format. Valid URL formats: {formats}", |
117 | 117 | "commands_create_options_command": "command", |
118 | 118 | "commands_create_options_commands": "Commands", |
119 | | - "commands_create_options_createApp": "Create a Polywrap application", |
120 | | - "commands_create_options_createPlugin": "Create a Polywrap plugin", |
121 | | - "commands_create_options_createProject": "Create a Polywrap wasm wrapper", |
| 119 | + "commands_create_options_createApp": "Create a Polywrap application.", |
| 120 | + "commands_create_options_createPlugin": "Create a Polywrap plugin.", |
| 121 | + "commands_create_options_createProject": "Create a Polywrap wasm wrapper.", |
122 | 122 | "commands_create_options_h": "Show usage information", |
123 | | - "commands_create_options_t": "Download template from a .git URL", |
| 123 | + "commands_create_options_t": "Download template from a URL.", |
124 | 124 | "commands_create_options_t_url": "URL", |
125 | 125 | "commands_create_options_formats": "formats", |
126 | 126 | "commands_create_options_lang": "lang", |
|
194 | 194 | "commands_manifest_formatError": "Unsupported manifest format. Please make sure that you have the 'format' field present in {fileName} with one of the following values: {values}", |
195 | 195 | "commands_manifest_migrate_targetFormatError": "Unsupported target format. Supported formats: {formats}", |
196 | 196 | "commands_manifest_projectTypeError": "Unsupported project type.", |
| 197 | + "commands_docs_description": "Documentation commands", |
| 198 | + "commands_docs_init_description": "Initialize wrap docs", |
| 199 | + "commands_docs_init_m_path": "path", |
| 200 | + "commands_docs_options_m": "Path to the Polywrap manifest file (default: {default})", |
| 201 | + "commands_docs_init_error_manifest_exists": "The {manifestFile} manifest already exists.", |
| 202 | + "commands_docs_init_warn_update_manifest": "Set the 'extensions.docs' property to {docsManifestFile} within your project's root manifest at {manifestFile}", |
| 203 | + "commands_docs_init_msg_manifest_created": "Written docs manifest to {manifestFile}", |
197 | 204 | "lib_codeGenerator_genCodeError": "Failed to generate types", |
198 | 205 | "lib_codeGenerator_genCodeText": "Generate types", |
199 | 206 | "lib_codeGenerator_genCodeWarning": "Warnings while generating types", |
|
0 commit comments