Package Market Commands¶
The following commands are essential to operate the package market.
These commands will be deprecated soon. synQup Core 3 will not be able to support package market in favour of an app system. Apps will be hosted externally and not as composer/Symfony bundles.
synqup:restart:init¶
This command restores composer.json and auth.json from the database (table: composer, the first entry).
synqup:repo:sync¶
This command synchronizes the package market with our Gitlab repositories. It will fetch all packages and update the database. It is using the current authentication of the synQup instance. Based on the configuration, it will fetch all packages where it has access.
This command is called in the deployment process.