tyfon init
tyfon build
tyfon serve
tyfon watch
tyfon install
tyfon uninstall
tyfon help
tyfon version
tyfon versionalt_route Alias:
tyfon v
Will print out the installed version of TyFON CLI, alongside the latest version:
1link$tyfon version
#
#    💻 Installed version: .......... 0.1.9
#    🚀 Latest version: ............. 0.1.9
#If you need to update TyFON CLI, you can use this command:
1link$npm i -g tyfon
👉 If the update is major (i.e. the left-most non-zero number in the version has changed) then you would need to run this command:
1link$npm i -g tyfon@latest
Be careful that major updates might have breaking changes.