jolicode / castor

🦫 DX oriented task runner and command launcher built with PHP.
https://castor.jolicode.com
MIT License
417 stars 22 forks source link

Introduce `self-update` command like Composer does #538

Open ruudk opened 2 weeks ago

ruudk commented 2 weeks ago

See https://github.com/jolicode/castor/issues/537, why do we have to copy installer scripts and run it. Feels unsafe and annoying on day to day.

Can we introduce a self-update command so that we can use castor self-update like Composer does?

lyrixx commented 2 weeks ago

I'm generally against it, but I'm changing my mind.

I was against it because it's difficult (many projects have abandoned this feature).

But Composer is capable of doing it, so I'm all for giving it a try.