Closed zaifastafa closed 4 years ago
Which type of shopware 6 installation do you have?
It is from the git repository. But instead of using psh
I use swdc
commands.
which repository? development?
Yes, development with a platform repo inside.
Did you executed swdc admin-watch [Folder]
I see. No I didn't check with the folder argument. The usage was not clear. Will try that out. Thanks.
UPDATE: Thanks the folder information was missing. It works now.
Hi, so I was developing an administration module and turns out the
swdc admin-build
andswdc admin-watch
commands do not work. It just prints out the same command list which we get when executingswdc
.Is there a different way of calling those commands ? I haven't tried the storefront commands yet.
From within the container shell, we do not have
swdc
available there. So I am running it from the host machine.Thanks.