migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Any way to auto-approve for the confirmation it asks just before the import process?

Open WAG10 opened this issue 2 years ago • 1 comments

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.

WAG10 avatar Nov 14 '23 12:11 WAG10

The --no-prompt parameter will skip the confirmation.

From the README.md: --no-prompt Skip interactive prompt/confirmation for workspace import.

veenaramesh avatar Nov 20 '23 14:11 veenaramesh