Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

File metadata and controls

18 lines (12 loc) · 385 Bytes

Toolbox

Toolset used in Semaphore 2.0 jobs.

Installation

git clone https://github.com/semaphoreci/toolbox.git ~/.toolbox

# Install binaries
bash ~/.toolbox/install-toolbox

# Source functions into current session
source ~/.toolbox/toolbox

# Add toolbox to your bash_profile to activate it in every SSH session
echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile