Skip to content

add AWS migration CLI command#972

Merged
sivukhin merged 5 commits into
mainfrom
migration-endpoint
May 8, 2025
Merged

add AWS migration CLI command#972
sivukhin merged 5 commits into
mainfrom
migration-endpoint

Conversation

@sivukhin

@sivukhin sivukhin commented Apr 25, 2025

Copy link
Copy Markdown
Contributor

Add two group level commands:

  1. turso group aws-migration info <group-name> - shows status of the group migration process
  2. turso group aws-migration start <group-name> - start migration process for selected group
  3. turso group aws-migration abort <group-name> - abort migration process for selected group

@avinassh avinassh requested a review from Copilot May 5, 2025 11:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces three new CLI commands to manage AWS migration for groups by adding new endpoints to fetch migration status, start, and abort the migration process.

  • Adds new functions in the groups client to handle AWS migration info, start, and abort operations.
  • Implements corresponding Cobra commands to integrate these operations into the CLI.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
internal/turso/groups.go Adds new AWS migration functions and data structure
internal/cmd/group_aws_migrate.go Implements new CLI commands for AWS migration management

Comment thread internal/turso/groups.go Outdated
Comment thread internal/cmd/group_aws_migrate.go Outdated
@sivukhin sivukhin merged commit 5a908fd into main May 8, 2025
2 checks passed
@sivukhin sivukhin deleted the migration-endpoint branch May 8, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants