I downloaded a few extensions using `gulp extensio...
# suitecommerce
b
I downloaded a few extensions using
gulp extension:fetch
and now I have to download other extensions but when I ran that command again, it downloaded that same extensions I selected at previous time. How could I fetch other extensions without start from scratch?
g
Try adding -- to at the end, and it will prompt you to select the domain, website and extensions again
gulp extension:fetch --to
b
@Gonzalo Martinez that is not working
g
Hmmm, for some reason slack changed the symbol it should be
--
. Is it not promting you to select everything again?
b
not showing
g
If you run gulp do you get this same prompt?.
The other option, which I wouldn't recommend is to delete the .nsdeploy file and overwrite the config.json file to the one that comes with the developer tools, so you manually override the selected website, domain, etc. But again, I wouldn't recommend doing it, the --to command should work.