feat(scripting): add CLI runner, script harness, and examples#691
Open
yahgwai wants to merge 8 commits intofeat/zod-schemafrom
Open
feat(scripting): add CLI runner, script harness, and examples#691yahgwai wants to merge 8 commits intofeat/zod-schemafrom
yahgwai wants to merge 8 commits intofeat/zod-schemafrom
Conversation
Add runScript/runCli harness for executing validated SDK operations from the command line. Includes CLI command registry wiring all schemas to their SDK functions, and example scripts for common workflows.
Abitype's peer dep on zod ^3 caused pnpm to keep zod@3.22.4 in the tree, creating non-portable abitype resolution paths that TypeScript couldn't name in .d.ts output.
…emit errors" This reverts commit 694942a.
Abitype's peer dep on zod ^3 caused pnpm to keep zod@3.22.4 in the tree, creating non-portable abitype resolution paths that TypeScript couldn't name in .d.ts output.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
no-issue
Summary
Extends the zod schema (#690) work with some scripting tools
runScriptboilerplate for quickly writing schema enhanced scripts that use the sdkdeployNewChainNot included for now