Updating
Keep the TLD CLI up to date.
Check your version
bash
$ tld version
# tld v0.1.0 (linux/amd64)
# Latest: v0.1.2 — run `tld update` to upgrade
Update the CLI
bash
$ tld update
# Checking for updates...
# Current: v0.1.0
# Latest: v0.1.2
# Downloading update...
# Installing...
# Updated to v0.1.2
npm users
If you installed via npm, you can also run `npm update -g @tld/cli` to update.Manual update
If you installed from source, pull the latest changes and rebuild.
bash
$ cd /path/to/thelastdeploy
$ git pull origin main
$ make install
