Skip to content

goodylabs/tug

Repository files navigation

TUG

tug

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.

Installation

  1. Install jq:
brew install jq      # macOS
sudo apt install jq  # Ubuntu
sudo pacman -S jq    # Arch Linux
sudo dnf install jq  # Red Hat/CentOS
  1. Prepare your environment:
rc_file=${HOME}/.$(basename "$SHELL")rc
echo 'export PATH="$HOME/.tug/bin:$PATH"' >> $rc_file
source $rc_file
  1. Install TUG:
curl -s https://raw.githubusercontent.com/goodylabs/tug/refs/heads/main/scripts/download.sh | bash -s
  1. Configure TUG for ssh connections:
tug configure

Commands

tug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •