🛠️ CLI application to automate your CI and more
Clone this repo and enter the directory
git clone https://github.com/yourusername/alive-cli.git
cd alive-cliFirst, make sure you have fzf installed:
brew install fzfsudo apt-get install fzfThe easiest way to install is to use the cli/install.sh script, which you can access with:
./alive installAlternatively, follow the instructions for your platform:
Before installing, make sure you have the necessary permissions and that the alive file is executable:
chmod +x aliveThen, based on your operating system:
macOS
sudo ln -s "$(pwd)/alive" /usr/local/bin/aliveUbuntu/Debian
sudo ln -s "$(pwd)/alive" /usr/bin/aliveRaspberry Pi (Raspberry Pi OS/Raspbian)
sudo ln -s "$(pwd)/alive" /usr/bin/aliveTermux (Android)
ln -s "$(pwd)/alive" $PREFIX/bin/alive- Create a
.alivercconfig file.
alive initCommands can either be called directly:
alive embed: String -> Measurement