Cscart-sdk docker

Good day. After creating and synchronizing the module using cscart-sdk, it is missing from the list of modules. Local CS-Cart is deployed in docker.

artoor@cscart:~/Documents/cscart/web/cscart/modules$ cscart-sdk addon:create test test
Addon: id: "test", scheme version: "3" themes: "responsive", locales: "en_US", dir: "/home/artoor/Documents/cscart/web/cscart/modules/test/"
Created directory "test/app/addons/test"  OK
Created directory "test/design/backend/css/addons/test"  OK
Created directory "test/design/backend/mail/templates/addons/test"  OK
Created directory "test/design/backend/media/fonts/addons/test"  OK
Created directory "test/design/backend/media/images/addons/test"  OK
Created directory "test/design/backend/templates/addons/test"  OK
Created directory "test/js/addons/test"  OK
Created directory "test/var/themes_repository/responsive/css/addons/test"  OK
Created directory "test/var/themes_repository/responsive/layouts/addons/test"  OK
Created directory "test/var/themes_repository/responsive/mail/templates/addons/test"  OK
Created directory "test/var/themes_repository/responsive/media/images/addons/test"  OK
Created directory "test/var/themes_repository/responsive/media/images/logos/addons/test"  OK
Created directory "test/var/themes_repository/responsive/templates/addons/test"  OK
Created addon scheme "test/app/addons/test/addon.xml"  OK
Created directory "test/var/langs/en/addons"  OK
Created locale "en_US" file: "test/var/langs/en/addons/test.po"  OK
artoor@cscart:~/Documents/cscart/web/cscart/modules$ cscart-sdk addon:sync test test $HOME/srv/app/www/dev.cscart.ru
Moving add-on files to the "/home/artoor/Documents/cscart/web/cscart/modules/test/" directory:
0 files and directories have been moved.

Creating symlinks at the "/home/artoor/srv/app/www/dev.cscart.ru/" directory:
Creating symlink for app/addons/test... OK
Creating symlink for var/langs/en/addons/test.po... OK
Creating symlink for js/addons/test... OK
Creating symlink for design/backend/css/addons/test... OK
Creating symlink for design/backend/mail/templates/addons/test... OK
Creating symlink for design/backend/media/images/addons/test... OK
Creating symlink for design/backend/media/fonts/addons/test... OK
Creating symlink for design/backend/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/css/addons/test... OK
Creating symlink for var/themes_repository/responsive/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/layouts/addons/test... OK
Creating symlink for var/themes_repository/responsive/mail/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/media/images/addons/test... OK
Creating symlink for var/themes_repository/responsive/media/images/logos/addons/test... OK

Hi!

As I can see, you’ve passed the relative path in <addon-directory> variable in your log. Try passing the absolute path there.

Anyway

composer: 2.2.6
cscart-sdk: 1.2.1
cscart Multi-Vendorv4.15.1.SP2

artoor@cscart:~/Documents/cscart/web/cscart/modules$ mkdir test

artoor@cscart:~/Documents/cscart/web/cscart/modules$ cscart-sdk addon:create test /home/artoor/Documents/cscart/web/cscart/modules/test
Addon: id: "test", scheme version: "3" themes: "responsive", locales: "en_US", dir: "/home/artoor/Documents/cscart/web/cscart/modules/test/"
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/app/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/design/backend/css/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/design/backend/mail/templates/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/design/backend/media/fonts/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/design/backend/media/images/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/design/backend/templates/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/js/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/css/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/layouts/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/mail/templates/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/media/images/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/media/images/logos/addons/test"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/themes_repository/responsive/templates/addons/test"  OK
Created addon scheme "/home/artoor/Documents/cscart/web/cscart/modules/test/app/addons/test/addon.xml"  OK
Created directory "/home/artoor/Documents/cscart/web/cscart/modules/test/var/langs/en/addons"  OK
Created locale "en_US" file: "/home/artoor/Documents/cscart/web/cscart/modules/test/var/langs/en/addons/test.po"  OK

artoor@cscart:~/Documents/cscart/web/cscart/modules$ cscart-sdk addon:sync test /home/artoor/Documents/cscart/web/cscart/modules/test /home/artoor/srv/app/www/dev.cscart.ru
Moving add-on files to the "/home/artoor/Documents/cscart/web/cscart/modules/test/" directory:
0 files and directories have been moved.
Creating symlinks at the "/home/artoor/srv/app/www/dev.cscart.ru/" directory:
Creating symlink for app/addons/test... OK
Creating symlink for var/langs/en/addons/test.po... OK
Creating symlink for js/addons/test... OK
Creating symlink for design/backend/css/addons/test... OK
Creating symlink for design/backend/mail/templates/addons/test... OK
Creating symlink for design/backend/media/images/addons/test... OK
Creating symlink for design/backend/media/fonts/addons/test... OK
Creating symlink for design/backend/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/css/addons/test... OK
Creating symlink for var/themes_repository/responsive/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/layouts/addons/test... OK
Creating symlink for var/themes_repository/responsive/mail/templates/addons/test... OK
Creating symlink for var/themes_repository/responsive/media/images/addons/test... OK
Creating symlink for var/themes_repository/responsive/media/images/logos/addons/test... OK

Symlinks successfully created in cs cart catalog, but i couldn’t find addon in admin panel (addons.manage)

Please clarify how do you perform the search? Look for the My addon name add-on, or search for test in the search field.