TUG is a CLI tool that helps you monitor and manage remote environments for a given repo, when you don’t want to bother with manually typing in commands.
- Install jq:
brew install jq # macOS
sudo apt install jq # Ubuntu
sudo pacman -S jq # Arch Linux
sudo dnf install jq # Red Hat/CentOS- Prepare your environment:
rc_file=${HOME}/.$(basename "$SHELL")rc
echo 'export PATH="$HOME/.tug/bin:$PATH"' >> $rc_file
source $rc_file- Install TUG:
curl -s https://raw.githubusercontent.com/goodylabs/tug/refs/heads/main/scripts/download.sh | bash -s- Configure TUG for ssh connections:
tug configure