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

Transfer config interactive flag to pause between the export and import stages, allowing for one-time migration customizations #1312

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

acrois
Copy link

@acrois acrois commented Dec 13, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

Allows #703 to be closed.

This saves the archive that was previously being held only in memory to filesystem, waits for the enter key to be pressed, then reads the file into memory, proceeding with the import normally.

This does not modify the default behavior of the transfer-config process, simply augments it with an option for interactively transferring the config, which will require a separate PR in jfrog/jfrog-cli to add a flag which will pass true/false to the interactive command option.

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.

1 participant