migrate
migrate copied to clipboard
Any way to auto-approve for the confirmation it asks just before the import process?
Hi Team, We are working on implementation of export import using this repo via azure devops pipeline. It would be great if you can tell us the way to implement auto-approve for the confirmation it asks just before the import process, So that pipeline can proceed for import.
The --no-prompt parameter will skip the confirmation.
From the README.md: --no-prompt Skip interactive prompt/confirmation for workspace import.