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

Currently the CLI only has a create replication command and is lacking the update command. #2526

Open
NoffarLevi opened this issue Apr 18, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@NoffarLevi
Copy link

Is your feature request related to a problem? Please describe.

Using the CLI, we can only configure one replication in a source repository.
If there is a replication configured for a source repository and we want to configure another replication in the same source repository to a new target, the replication-create deletes the existing replication (even though its to a different repository) since it sends a PUT request instead of POST.

Describe the solution you'd like to see

Add support for both updating an existing replication and multi-push replication.

Describe alternatives you've considered
This works with REST APIs and via UI

@NoffarLevi NoffarLevi added the feature request New feature or request label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant