tyfon init
tyfon build
tyfon serve
tyfon watch
tyfon install
tyfon uninstall
tyfon help
tyfon version
tyfon uninstall
phonelink Client-Side Command
Will uninstall the SDK corresponding to given URL / package-name:
1link$tyfon uninstall localhost:8000
-- OR --
1link$tyfon uninstall @api/my-tyfon-server
#
# Removing packages ...
#
# ๐งน Removing http://localhost:8000 ( @api/my-tyfon-server ) ...
#
...
#
# โจ 1 SDKs removed.
#
๐ You can also provide multiple package names / URLs to the command:
1link$tyfon uninstall @api/sdk1 https://url-for-sdk2 ...