Skip to content

Commands

Kyle Harrison edited this page Jul 31, 2016 · 1 revision

Commands

cget install lua/lua : will install the latest registered semver

cget install lua/lua:^5.0 : will install the latest version at and beyond 5.0. Equivalent of: >=

cget install lua/lua:~5.0 : will install the latest version found within 5.0, but stay in the same major version. Equivilent of >= 5.0 && <= 5.99

cget install lua/lua:5.0 : will install the exact specified version. Equivalent of ===

cget uninstall lua/lua : will remove lua. Will also recursively remove any dependencies no longer being depended upon

cget update : will recursively check all registered dependencies for newer versions

cget update lua/lua : update a specific dependency

Clone this wiki locally