Updating¶
self-update¶
This action updates premake5 to the newest version, and makes all older versions available from the command line. After this we update everything ZPM uses and we call in order:
Example
premake5 self-update
Note
We do not support versions under premake-5.0.0-alpha6.
update-bootstrap¶
This pulls the latest version from the master branch to the bootstrap directory.
Example
premake5 update-bootstrap
update-module¶
Updates the given module to head of the master branch, and writes all other version directories so they can be loaded.
Example
premake5 update-module <vendor>/<name>premake5 update-module <vendor> <name>
update-modules¶
Updates all installed modules using update-module.
Example
premake5 update-modules
update-registry¶
This pulls the latest version from the master branch to the registry directory.
Example
premake5 update-registry
Note
This is also done when you normally use ZPM.
update-zpm¶
This pulls the latest version from the master branch to the ZPM directory.
Example
premake5 update-zpm
Note
Please note that this only updates the ZPM code.
