How to rebuild a package

Use the interactive package picker for normal rebuilds. The live queue worker will process the rebuild automatically.

On the CD server

ssh deploy@uat.core.evoluted.net
cd /var/www/cd/satismanager/master/current
php8.5 artisan satis:build

The commands could not be copied automatically. Select them from the box instead.

Select the package from the searchable list when prompted. The command queues that package for rebuilding, so you do not need to start a queue worker.

Advanced options

php8.5 artisan satis:build --now
Run the selected package rebuild immediately in the current terminal. This is normally unnecessary on live.
php8.5 artisan satis:build --all
Queue a full rebuild of every package. Full rebuilds are slow, so only use this when it is specifically needed.