Merged
Conversation
- feat: implement buckets set locations - chore: fix tsconfig
* test: add more tests * test: enhances integration test suite * feat: implement global --json * fix: confirmation on destructive commands * feat: add global --yes flag * chore: pr comments Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* feat: suggest next actions
* fix: messages on --json mode * chore: package audit * feat: add version command
MantasMiksys
approved these changes
Mar 18, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
🎉 This PR is included in version 2.14.0 🎉 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.

ref https://linear.app/tigrisdata/issue/TIG-7965/cli-v-2140
Note
Medium Risk
Medium risk due to broad CLI behavior changes (new global
--yes, confirmation prompts, JSON-mode output, and centralizedexitWithErrorhandling) plus CI/release workflow updates that may affect automation and output expectations.Overview
CI/release workflows are reworked by replacing the separate PR workflow with a unified
CIworkflow (build on PRs and pushes, integration tests only on push with Tigris secrets) and updatingrelease.yamlto runtest:allwith the same secrets.CLI UX and automation support are expanded: the core now supports long-form aliases, prints deprecation notices, adds
versionand global--yes, and enables a global JSON mode flag for consistent structured errors. Many commands (access keys, buckets, credentials, forks, IAM policy create,cp) now useexitWithError, add--json/--formathandling, and some emit structured JSON + “next actions”; destructive commands (access-keys delete,buckets delete) now prompt for confirmation unless--yes.Bucket/fork features grow:
buckets createcan fork from another bucket (optionally from a snapshot),buckets listcan filter forks via--forks-of, and a newbuckets set-locationscommand updates locations with an interactive fallback. Dependency lockfile is refreshed with AWS/Smithy/undici/npm version bumps, andpackage.jsonupdates test scripts and semantic-release config to use abetaprerelease channel.Written by Cursor Bugbot for commit 6c36514. This will update automatically on new commits. Configure here.