I'm trying to import the impex files using ant importImpex -DSource=items.impex. This is successfully importing the impex files but the changes are reflecting in the MASTER tenant.
How to specify a particular tenant as an argument with ant importImpex command?
I have tried ant importImpex -DSource=items.impex -Dtenant=tenantID but it is not working.
Is there any other way?