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

2. Prepare your environment

bash/zsh

rc_file=${HOME}/.$(basename "$SHELL")rc
echo 'export PATH="$HOME/.tug/bin:$PATH"' >> $rc_file
source $rc_file

fish

set rc_file $HOME/.(basename $SHELL)rc
echo 'set -gx PATH $HOME/.tug/bin $PATH' >> $rc_file
source $rc_file

3. Install TUG

curl -s https://raw.githubusercontent.com/goodylabs/tug/refs/heads/main/scripts/download.sh | bash -s

4. 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 3

  •  
  •  
  •