opengb
opengb copied to clipboard
Add script call command
Motivation
There's no easy way to manually call scripts. Should allow doing this via the CLI.
Implementation
TBD how we pass the body to the request.
Alternatives
Auto-generate SDK and create Deno REPL with access to the SDK. This allows using native JS to call the functions with type safety.