Merged
Conversation
MantasMiksys
approved these changes
Apr 12, 2026
|
🎉 This PR is included in version 2.18.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Low Risk
Mostly documentation regeneration plus minor dev/test configuration changes; low risk aside from potential local/dev test environment mismatch if
.env.testis missing or differs from previous.envusage.Overview
Updates the auto-generated
README.mdcommand reference with expanded/updated command coverage (e.g.presign,bundle,update, new bucket lifecycle/migration/CORS commands, pagination and snapshot flags, and several access-key/IAM policy operations) and refreshes examples/flag tables.Dev/test config is adjusted to standardize on
.env.test: it’s added to.gitignore,npm run devnow loads it, andvitest.config.tsloads.env.test(plus a small Vitest config tweak).scripts/update-docs.tsis updated to categorize “Other” commands, include the new core commands, and warn on implemented commands not present in any docs category.Reviewed by Cursor Bugbot for commit 4693595. Bugbot is set up for automated code reviews on this repo. Configure here.