zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Make SDK self-updateable #30

Closed mkherlakian closed 10 years ago

mkherlakian commented 10 years ago

Something like zs-client update ?

slaff commented 10 years ago

If you use the phar file there is already a pharUpdate command (see https://github.com/zend-patterns/ZendServerSDK/commit/27cead286b5fbace132b60c0b22087874f1ef525).

For the case where you use the php file running "git pull" and "composer.phar update" is enough.