CRE: CLI 1.24.0#3948
Open
dev-dist wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
👋 dev-dist, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
SyedAsadKazmi
approved these changes
Jul 9, 2026
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.
Note: CRE solana write docs are still undergoing review. It's a part of this release, but the guide is in this PR
This pull request updates the documentation to reflect the release of CRE CLI v1.24.0, introducing major new features for workflow execution observability and Solana Write support. It adds comprehensive docs for the new
cre executioncommand group, updates the CLI version throughout the site, and refines several command descriptions and global flag explanations.Release and Versioning Updates:
cre executioncommands, enhancements tocre workflow get, and Solana Write support with CLI tooling. [1] [2] [3]v1.24.0in all version config files and added the corresponding release date. [1] [2]New Features and Command Documentation:
cre execution list,status,events, andlogscommands, including flags and usage examples. [1] [2] [3]--allow-insecure-rpcflag. [1] [2]Enhancements to Existing Commands:
cre workflow getdocumentation to reflect that it now shows deployment health and the most recent execution, not just registry metadata, and clarified flag usage. [1] [2] [3]cre generate-bindingsnow supports both Go and TypeScript bindings from ABI or Anchor IDL files (for Solana). [1] [2]These changes ensure the documentation is up-to-date with the latest CLI capabilities and provides clear guidance for users adopting the new features.