Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
6b4c3e0
notes
dOrgJelli Jul 16, 2022
f6cad40
removed sha3, graph-node, and uts46 plugins from monorepo
krisbitney Aug 16, 2022
7b4a5b5
added uri redirects and env to default client config
krisbitney Aug 18, 2022
c3cf3cc
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 18, 2022
9c83c2c
replaced ens wrapper uris in default config with ipfs uris
krisbitney Aug 19, 2022
af5d370
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 19, 2022
e6f781d
updated client sanity tests to account for default config change
krisbitney Aug 19, 2022
fe0103e
fixed redirects order in client sanity test
krisbitney Aug 19, 2022
56bc70d
updated ens wrapper that is embedded in test-env-js
krisbitney Aug 19, 2022
bb60f02
using ens uris instead of ipfs hashes for default wrappers in default…
krisbitney Aug 20, 2022
5553145
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 20, 2022
5aa2804
added goerli infura network to eth plugin networks in ens resolver e2…
krisbitney Aug 20, 2022
6dd1cc6
replaced uts46 wrapper with uts46-lite wrapper in default-client-config
krisbitney Aug 20, 2022
7ba8211
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 20, 2022
6d22bdc
updated test-env-js embedded ens wrapper to use uts46-lite wrapper
krisbitney Aug 20, 2022
93636f4
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 23, 2022
1b41368
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 23, 2022
0cf485a
updated ens wrapper embedded in test-env-js to 0.4.1
krisbitney Aug 23, 2022
86cffec
Merge remote-tracking branch 'origin/origin-dev' into move-sha3-graph…
krisbitney Aug 24, 2022
12ca974
update following merge of origin-dev 0.4.1
krisbitney Aug 24, 2022
abfc819
Merge remote-tracking branch 'origin/origin-dev' into feat/cli-codege…
pileks Aug 24, 2022
0d9fbb7
move plugin and app codegen into codegen command WIP
pileks Aug 26, 2022
156e2a0
chore: update origin-dev 0.5.0
cbrzn Aug 29, 2022
33b816e
refactor project type determination/extraction
pileks Aug 29, 2022
4b5a76e
Update help message tests
pileks Aug 29, 2022
86beb45
chore: fix tests plugins
cbrzn Aug 30, 2022
953ce3c
chore: set connection to goerli moved to ethereum plugin constructor
cbrzn Aug 30, 2022
f5ecff2
fix(plugin/ethereum): connection tests
cbrzn Aug 30, 2022
cdf64d5
Merge branch 'origin-dev' into move-sha3-graph-uts46-plugins
cbrzn Aug 30, 2022
2e685e1
fix(plugin/ethereum): goerli creation is created if does not exists
cbrzn Aug 31, 2022
e4534e7
cli - remove plugin and app commands, congregate into codegen
pileks Sep 1, 2022
41bca2a
remove unused/superfluous code, rename/refactor
pileks Sep 1, 2022
60642d0
change default codegen directory to ./src/wrap
pileks Sep 1, 2022
10175ed
Change template scripts to reflect new codegen command
pileks Sep 2, 2022
c59639c
Merge remote-tracking branch 'origin/origin-dev' into feat/cli-codege…
pileks Sep 2, 2022
4471883
Merge pull request #1209 from polywrap/origin
dOrgJelli Sep 2, 2022
8f27bb5
Merge remote-tracking branch 'origin/origin-dev' into feat/cli-codege…
pileks Sep 2, 2022
14a1104
lint
pileks Sep 2, 2022
af64ee7
remove todo
pileks Sep 2, 2022
7eb40df
move app codegen into codegen command
pileks Sep 2, 2022
d04f38c
use the build-deps crate
dOrgJelli Sep 4, 2022
8690ec1
refactored getProjectFromManifest.ts
krisbitney Sep 5, 2022
d51536d
fix dependency in filesystem interface
pileks Sep 5, 2022
8637ce8
fixed serialization bindings for nested maps
krisbitney Sep 6, 2022
8984fd4
added imports to map-type test case wrapper
krisbitney Sep 6, 2022
7181e33
fixed nested map key serialization in AS bindings
krisbitney Sep 6, 2022
36ef11a
added imports to rs map-type wrapper test case
krisbitney Sep 6, 2022
01f2570
updated client test cases for nested maps
krisbitney Sep 6, 2022
5bfb26d
fixed test case expected values for map tests in test-cases.ts
krisbitney Sep 6, 2022
8e33e4c
removed console log added while debugging
krisbitney Sep 6, 2022
74c1256
fix package/dependency versions
pileks Sep 6, 2022
9d18314
Merge pull request #1212 from polywrap/wasm-rust-build-deps
dOrgJelli Sep 6, 2022
d464419
replace option with box | null
fetsorn Sep 6, 2022
5311ce3
rename box to nullable, fix tests
fetsorn Sep 6, 2022
05ae0bf
update ws plugin
fetsorn Sep 6, 2022
e35af17
init debugging, pre-refactor
dOrgJelli Sep 6, 2022
e6f952d
fix
dOrgJelli Sep 6, 2022
8d35bda
remove needless import
dOrgJelli Sep 6, 2022
eef8a2e
Merge pull request #1215 from polywrap/dorgjelli/fix-map-binding
dOrgJelli Sep 6, 2022
3aba557
lint fix
dOrgJelli Sep 6, 2022
4c14b66
Merge pull request #1213 from polywrap/fix-map-binding
dOrgJelli Sep 6, 2022
aa80a69
merge origin-dev
dOrgJelli Sep 6, 2022
910fe60
update yarn.lock
dOrgJelli Sep 6, 2022
a52e56d
remove old deps
dOrgJelli Sep 6, 2022
9fc870e
Merge pull request #1158 from polywrap/move-sha3-graph-uts46-plugins
dOrgJelli Sep 6, 2022
18db85e
update ws plugin's README & schema
dOrgJelli Sep 7, 2022
81a4c2d
merge origin-dev
dOrgJelli Sep 7, 2022
5d3958f
Nullable -> Box
dOrgJelli Sep 7, 2022
5cdf2f7
lint fix
dOrgJelli Sep 7, 2022
0cea3c7
fix plugin test
dOrgJelli Sep 7, 2022
722df54
update reserve words for AssemblyScript
dOrgJelli Sep 7, 2022
f15c6d7
Merge pull request #1154 from polywrap/fetsorn/1132-option-box
dOrgJelli Sep 7, 2022
c5192dd
Merge remote-tracking branch 'origin/origin-dev' into feat/cli-codege…
krisbitney Sep 7, 2022
165b176
Merge pull request #1051 from polywrap/feat/cli-codegen-command
dOrgJelli Sep 7, 2022
b747c50
typescript object and arg bindings no longer extend Record<string, un…
krisbitney Sep 7, 2022
a5d42ba
updated expected values in plugin codegen tests
krisbitney Sep 7, 2022
1e04535
Merge pull request #1217 from polywrap/ts-codegen-type-safety
dOrgJelli Sep 7, 2022
7c1f9f7
prep 0.7.0
dOrgJelli Sep 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Polywrap Origin (0.7.0)
## Bugs
* [PR-1158](https://github.com/polywrap/toolchain/pull/1158) `@polywrap/client-config-builder-js`: The following plugins have been removed from the default config, and replaced with their WebAssembly wrapper equivalents available at the same URIs:
* `wrap://ens/uts46.polywrap.eth`
* `wrap://ens/sha3.polywrap.eth`
* `wrap://ens/graph-node.polywrap.eth`
* [PR-1213](https://github.com/polywrap/toolchain/pull/1213) `@polywrap/schema-bind`: Nested map types (i.e. `Map<K, Map<K, V>>`) are now properly supported for `wasm/rust` and `wasm/assemblyscript`.
* [PR-1213](https://github.com/polywrap/toolchain/pull/1213) `@polywrap/wasm-as`: Nested map types (i.e. `Map<K, Map<K, V>>`) are now properly msgpack encoded.
* [PR-1212](https://github.com/polywrap/toolchain/pull/1212) `polywrap` CLI: `wasm/rust` build image now uses the `build-deps` cargo extension to properly build dependencies in a seperate Dockerfile layer, enabling the caching of compiled artifacts.

## Breaking Changes
* [PR-1217](https://github.com/polywrap/toolchain/pull/1217) `@polywrap/schema-bind`: `plugin/typescript` and `app/typescript` bindings have been updated to improve type safety, and no longer accept generic properties for all method argument types.
* [PR-1051](https://github.com/polywrap/toolchain/pull/1051) `polywrap` CLI: `polywrap plugin codegen` and `polywrap app codegen` commands have been moved into the `polywrap codegen`, which can now generate types for any Polywrap project (wasm, plugin, app).
* [PR-1154](https://github.com/polywrap/toolchain/pull/1154) `@polywrap/schema-bind`: The `wasm/assemblyscript` bindings have been updated to use `Box<T> | null` for all optional scalar types, instead of the `Option<T>` class used before.
* [PR-1154](https://github.com/polywrap/toolchain/pull/1154) `@polywrap/ws-plugin-js`: The WebSocket plugin's schema has been updated to use `UInt32` for socket IDs, instead of `Int32`.

# Polywrap Origin (0.6.0)
## Features
* [PR-1100](https://github.com/polywrap/toolchain/pull/1100) `polywrap` CLI: A new manifest named `polywrap.test.yaml` has been added, which encapsulates workflows and validation scripts.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
58 changes: 8 additions & 50 deletions packages/cli/lang/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commands_common_options_configPath": "config-path",
"commands_common_options_config": "Add custom configuration to the PolywrapClient",
"commands_build_description": "Builds a wrapper",
"commands_build_description": "Build Polywrap Projects (type: interface, wasm)",
"commands_build_error_manifestPathMissing": "{option} option missing {argument} argument",
"commands_build_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_build_error_outputDirMissingPath": "{option} option missing {argument} argument",
Expand All @@ -15,7 +15,7 @@
"commands_build_options_t": "Use the development server's ENS instance",
"commands_build_options_w": "Automatically rebuild when changes are made (default: false)",
"commands_build_options_v": "Verbose output (default: false)",
"commands_infra_description": "Manage infrastructure for your wrapper",
"commands_infra_description": "Modular Infrastructure-As-Code Orchestrator",
"commands_infra_actions_subtitle": "Infra allows you to execute the following commands:",
"commands_infra_options_options": "options",
"commands_infra_options_manifest": "manifest",
Expand Down Expand Up @@ -54,7 +54,7 @@
"commands_infra_manifest_warning": "Warning aggregating manifest",
"commands_infra_manifest_error": "Error aggregating manifest",
"commands_build_uriViewers": "URI Viewers",
"commands_deploy_description": "Deploys/Publishes a Polywrap",
"commands_deploy_description": "Deploys Polywrap Projects",
"commands_deploy_options_options": "options",
"commands_deploy_options_o_path": "path",
"commands_deploy_options_o_string": "string",
Expand All @@ -69,7 +69,7 @@
"commands_deploy_error_pathMissing": "{option} option missing {argument} argument",
"commands_deploy_error_nameMissing": "{option} option missing {argument} argument",
"commands_deploy_error_cidMissing": "{option} option missing {argument} argument",
"commands_codegen_description": "Auto-generate Wrapper Types",
"commands_codegen_description": "Generate Code For Polywrap Projects",
"commands_codegen_error_domain": "domain",
"commands_codegen_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_codegen_options_codegen": "Output directory for the generated code (default: {default})",
Expand All @@ -83,6 +83,7 @@
"commands_codegen_options_o": "Output directory for custom generated types (default: 'types/')",
"commands_codegen_options_o_path": "path",
"commands_codegen_success": "Types were generated successfully",
"commands_codegen_options_publish": "Output path for the built schema and manifest (default: {default})",
"commands_docgen_description": "Generate wrapper documentation",
"commands_docgen_success": "Docs were generated successfully",
"commands_docgen_default": "default",
Expand All @@ -91,7 +92,8 @@
"commands_docgen_options_schema": "Generate GraphQL schema",
"commands_docgen_options_markdown": "Generate {framework} markdown",
"commands_docgen_options_i": "Also generate docs for dependencies",
"commands_create_description": "Create a new project with polywrap CLI",
"commands_docgen_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_create_description": "Create New Projects",
"commands_create_directoryExists": "Directory with name {dir} already exists",
"commands_create_error_commandFail": "Command failed: {error}",
"commands_create_error_noCommand": "Please provide a command",
Expand All @@ -117,37 +119,6 @@
"commands_create_readyPlugin": "You are ready to build a plugin into a Polywrap",
"commands_create_readyProtocol": "You are ready to turn your protocol into a Polywrap",
"commands_create_settingUp": "Setting everything up...",
"commands_app_description": "Build/generate types for your app",
"commands_app_codegen": "Generate code for the app",
"commands_app_options_command": "command",
"commands_app_options_codegen": "Output directory for the generated code (default: {default})",
"commands_app_options_m": "Path to the Polywrap App manifest file (default: {default})",
"commands_app_success": "Code was generated successfully",
"commands_app_namespace_success": "Generated {content} for namespace {namespace}",
"commands_app_topLevel_success": "Generated top-level code for app",
"commands_app_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_app_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_app_error_unknownCommand": "Unrecognized command: {command}",
"commands_app_error_duplicateNs": "Duplicate namespace in app manifest",
"commands_app_error_noCommand": "Please provide a command",
"commands_plugin_description": "Build/generate types for the plugin",
"commands_plugin_error_domain": "domain",
"commands_plugin_error_noCommand": "Please provide a command",
"commands_plugin_error_unknownCommand": "Unrecognized command: {command}",
"commands_plugin_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_plugin_commands_codegen": "Generate code for the plugin",
"commands_plugin_options_command": "command",
"commands_plugin_options_e": "ENS address to lookup external schemas (default: 0x0000...2e1e)",
"commands_plugin_options_e_address": "address",
"commands_plugin_options_h": "Show usage information",
"commands_plugin_options_i": "IPFS node to load external schemas (default: dev-server's node)",
"commands_plugin_options_i_node": "node",
"commands_plugin_options_lang": "lang",
"commands_plugin_options_langs": "langs",
"commands_plugin_options_m": "Path to the Polywrap Plugin manifest file (default: {default})",
"commands_plugin_options_path": "path",
"commands_plugin_options_publish": "Output path for the built schema and manifest (default: {default})",
"commands_plugin_options_codegen": "Output directory for the generated types (default: {default})",
"commands_run_options_workflow": "workflow",
"commands_run_options_workflowScript": "Path to workflow script",
"commands_run_options_outputFilePath": "output-file-path",
Expand Down Expand Up @@ -186,27 +157,14 @@
"commands_run_error_envsItemNotObject": "Env at index {index} must be an object with properties 'uri'",
"commands_run_error_envsItemUriNotString": "Env property 'uri' at index {index} must be a valid wrap:// URI string",
"commands_run_error_envsItemModuleNotObject": "Env property 'env' at index {index} must be an object",
"commands_run_description": "Runs workflow script",
"commands_run_description": "Runs Workflows",
"commands_run_error_missingScript": "Required argument {script} is missing",
"commands_run_error_noApi": "API needs to be initialized",
"commands_run_error_readFail": "Failed to read query {query}",
"commands_run_error_unsupportedOutputFileExt": "Unsupported outputFile extention: ${outputFileExt}",
"commands_run_error_cueDoesNotExist": "Require cue to run validator, checkout https://cuelang.org/ for more information",
"commands_run_error_noWorkflowScriptFound": "Workflow script not found at path: {path}",
"commands_run_error_noTestEnvFound": "polywrap test-env not found, please run 'polywrap infra up --modules=eth-ens-ipfs'",
"commands_testEnv_description": "Manage a test environment for Polywrap",
"commands_testEnv_error_never": "This should never happen...",
"commands_testEnv_error_noCommand": "No command given",
"commands_testEnv_error_unrecognizedCommand": "Unrecognized command: {command}",
"commands_testEnv_options_command": "command",
"commands_testEnv_options_start": "Startup the test env",
"commands_testEnv_options_stop": "Shutdown the test env",
"commands_testEnv_shutdown_error": "Failed to shutdown test environment",
"commands_testEnv_shutdown_text": "Shutting down test environment...",
"commands_testEnv_shutdown_warning": "Warning shutting down test environment",
"commands_testEnv_startup_error": "Failed to start test environment",
"commands_testEnv_startup_text": "Starting test environment...",
"commands_testEnv_startup_warning": "Warning starting test environment",
"commands_polywrap_error_notACommand": "is not a command",
"commands_polywrap_helpPrompt": "Type {command} to view common commands",
"lib_codeGenerator_genCodeError": "Failed to generate types",
Expand Down
60 changes: 9 additions & 51 deletions packages/cli/lang/es.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commands_common_options_configPath": "config-path",
"commands_common_options_config": "Add custom configuration to the PolywrapClient",
"commands_build_description": "Builds a wrapper",
"commands_build_description": "Build Polywrap Projects (type: interface, wasm)",
"commands_build_error_manifestPathMissing": "{option} option missing {argument} argument",
"commands_build_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_build_error_outputDirMissingPath": "{option} option missing {argument} argument",
Expand All @@ -15,8 +15,7 @@
"commands_build_options_t": "Use the development server's ENS instance",
"commands_build_options_w": "Automatically rebuild when changes are made (default: false)",
"commands_build_options_v": "Verbose output (default: false)",
"commands_build_uriViewers": "URI Viewers",
"commands_infra_description": "Manage infrastructure for your wrapper",
"commands_infra_description": "Modular Infrastructure-As-Code Orchestrator",
"commands_infra_actions_subtitle": "Infra allows you to execute the following commands:",
"commands_infra_options_options": "options",
"commands_infra_options_manifest": "manifest",
Expand Down Expand Up @@ -54,7 +53,8 @@
"commands_infra_manifest_text": "Aggregating manifest",
"commands_infra_manifest_warning": "Warning aggregating manifest",
"commands_infra_manifest_error": "Error aggregating manifest",
"commands_deploy_description": "Deploys/Publishes a Polywrap",
"commands_build_uriViewers": "URI Viewers",
"commands_deploy_description": "Deploys Polywrap Projects",
"commands_deploy_options_options": "options",
"commands_deploy_options_o_path": "path",
"commands_deploy_options_o_string": "string",
Expand All @@ -69,7 +69,7 @@
"commands_deploy_error_pathMissing": "{option} option missing {argument} argument",
"commands_deploy_error_nameMissing": "{option} option missing {argument} argument",
"commands_deploy_error_cidMissing": "{option} option missing {argument} argument",
"commands_codegen_description": "Auto-generate Wrapper Types",
"commands_codegen_description": "Generate Code For Polywrap Projects",
"commands_codegen_error_domain": "domain",
"commands_codegen_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_codegen_options_codegen": "Output directory for the generated code (default: {default})",
Expand All @@ -83,6 +83,7 @@
"commands_codegen_options_o": "Output directory for custom generated types (default: 'types/')",
"commands_codegen_options_o_path": "path",
"commands_codegen_success": "Types were generated successfully",
"commands_codegen_options_publish": "Output path for the built schema and manifest (default: {default})",
"commands_docgen_description": "Generate wrapper documentation",
"commands_docgen_success": "Docs were generated successfully",
"commands_docgen_default": "default",
Expand All @@ -91,7 +92,8 @@
"commands_docgen_options_schema": "Generate GraphQL schema",
"commands_docgen_options_markdown": "Generate {framework} markdown",
"commands_docgen_options_i": "Also generate docs for dependencies",
"commands_create_description": "Create a new project with polywrap CLI",
"commands_docgen_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_create_description": "Create New Projects",
"commands_create_directoryExists": "Directory with name {dir} already exists",
"commands_create_error_commandFail": "Command failed: {error}",
"commands_create_error_noCommand": "Please provide a command",
Expand All @@ -117,37 +119,6 @@
"commands_create_readyPlugin": "You are ready to build a plugin into a Polywrap",
"commands_create_readyProtocol": "You are ready to turn your protocol into a Polywrap",
"commands_create_settingUp": "Setting everything up...",
"commands_app_description": "Build/generate types for your app",
"commands_app_codegen": "Generate code for the app",
"commands_app_options_command": "command",
"commands_app_options_codegen": "Output directory for the generated code (default: {default})",
"commands_app_options_m": "Path to the Polywrap App manifest file (default: {default})",
"commands_app_success": "Code was generated successfully",
"commands_app_namespace_success": "Generated {content} for namespace {namespace}",
"commands_app_topLevel_success": "Generated top-level code for app",
"commands_app_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_app_error_manifestNotFound": "Manifest not found. Search paths used: {paths}",
"commands_app_error_unknownCommand": "Unrecognized command: {command}",
"commands_app_error_duplicateNs": "Duplicate namespace in app manifest",
"commands_app_error_noCommand": "Please provide a command",
"commands_plugin_description": "Build/generate types for the plugin",
"commands_plugin_error_domain": "domain",
"commands_plugin_error_noCommand": "Please provide a command",
"commands_plugin_error_unknownCommand": "Unrecognized command: {command}",
"commands_plugin_error_optionMissingArgument": "{option} option missing {argument} argument",
"commands_plugin_commands_codegen": "Generate code for the plugin",
"commands_plugin_options_command": "command",
"commands_plugin_options_e": "ENS address to lookup external schemas (default: 0x0000...2e1e)",
"commands_plugin_options_e_address": "address",
"commands_plugin_options_h": "Show usage information",
"commands_plugin_options_i": "IPFS node to load external schemas (default: dev-server's node)",
"commands_plugin_options_i_node": "node",
"commands_plugin_options_lang": "lang",
"commands_plugin_options_langs": "langs",
"commands_plugin_options_m": "Path to the Polywrap Plugin manifest file (default: {default})",
"commands_plugin_options_path": "path",
"commands_plugin_options_publish": "Output path for the built schema and manifest (default: {default})",
"commands_plugin_options_codegen": "Output directory for the generated types (default: {default})",
"commands_run_options_workflow": "workflow",
"commands_run_options_workflowScript": "Path to workflow script",
"commands_run_options_outputFilePath": "output-file-path",
Expand Down Expand Up @@ -186,27 +157,14 @@
"commands_run_error_envsItemNotObject": "Env at index {index} must be an object with properties 'uri'",
"commands_run_error_envsItemUriNotString": "Env property 'uri' at index {index} must be a valid wrap:// URI string",
"commands_run_error_envsItemModuleNotObject": "Env property 'env' at index {index} must be an object",
"commands_run_description": "Runs workflow script",
"commands_run_description": "Runs Workflows",
"commands_run_error_missingScript": "Required argument {script} is missing",
"commands_run_error_noApi": "API needs to be initialized",
"commands_run_error_readFail": "Failed to read query {query}",
"commands_run_error_unsupportedOutputFileExt": "Unsupported outputFile extention: ${outputFileExt}",
"commands_run_error_cueDoesNotExist": "Require cue to run validator, checkout https://cuelang.org/ for more information",
"commands_run_error_noWorkflowScriptFound": "Workflow script not found at path: {path}",
"commands_run_error_noTestEnvFound": "polywrap test-env not found, please run 'polywrap infra up --modules=eth-ens-ipfs'",
"commands_testEnv_description": "Manage a test environment for Polywrap",
"commands_testEnv_error_never": "This should never happen...",
"commands_testEnv_error_noCommand": "No command given",
"commands_testEnv_error_unrecognizedCommand": "Unrecognized command: {command}",
"commands_testEnv_options_command": "command",
"commands_testEnv_options_start": "Startup the test env",
"commands_testEnv_options_stop": "Shutdown the test env",
"commands_testEnv_shutdown_error": "Failed to shutdown test environment",
"commands_testEnv_shutdown_text": "Shutting down test environment...",
"commands_testEnv_shutdown_warning": "Warning shutting down test environment",
"commands_testEnv_startup_error": "Failed to start test environment",
"commands_testEnv_startup_text": "Starting test environment...",
"commands_testEnv_startup_warning": "Warning starting test environment",
"commands_polywrap_error_notACommand": "is not a command",
"commands_polywrap_helpPrompt": "Type {command} to view common commands",
"lib_codeGenerator_genCodeError": "Failed to generate types",
Expand Down
Loading