Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get turso db locations (add|remove) parameters from CLI arguments #620

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

athoscouto
Copy link
Collaborator

Examples:

> turso group list
NAME     LOCATIONS     
foo      gru (primary)     
> turso group create bar 
Created group bar at gru in 8 seconds.
> turso group locations list bar
gru (primary)
> turso group locations add bar gig
Group bar replicated to gig in 4 seconds.
> turso group locations add bar iad scl
Group bar replicated to 2 locations in 12 seconds.
> turso group locations add bar gig gru
Group bar replicated to 2 locations in 0 seconds.

The last example hints to the user that the replications were successful, where they are actually no-ops.
It should be fixed in the next PRs.

@athoscouto athoscouto temporarily deployed to internal September 11, 2023 13:37 — with GitHub Actions Inactive
@haaawk
Copy link
Collaborator

haaawk commented Sep 11, 2023

Probably fixes #616

@athoscouto athoscouto merged commit 322d714 into main Sep 11, 2023
2 checks passed
@athoscouto athoscouto deleted the athos/group-parameters branch September 11, 2023 13:52
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