wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
I think the CLI interface should be: ``` polywrap codegen polywrap build polywrap deploy polywrap infra polywrap create polywrap run ``` Where each command decides internally what projects it works...
Based on #1042 Resolves #1048 # Features - added SigNoz trace exporter, confirmed working with browser, node, e2e tests - added SigNoz docker-compose module to cli, run `npx polywrap infra...
Changes that let react template build. Some are updates, others are hotfixes. # Features - replace HelloWorld_Query with HelloWorld_Module - add `name` to polywrap.app.yaml - add react-app-rewired and disable minification...
Closes #645. This PR implements the HTTP resolver and adds a default infra module that spins up an HTTP server (RESTful-like API) to host wrappers and a deploy module that...
This PR allows reserved words to be used for both type property names and function argument names. Reserved words will no longer be prefixed with "m_". Instead, users will be...
Resolves #575. WebSocket plugin allows Polywrap Client to interact with WebSocket servers. Every incoming WebSocket message can be passed to a callback function in another wrapper. Use `addCallback` to start...
- [ ] upgrade everything to origin - [ ] Make sure tests are passing - [ ] manifests refactor outside core - [ ] msgpack-py outside core-py
Resolves #970. The Uri field in the workflow script has type `any` so that it is compatible with core's `TUri extends URI | String` type.