Linux/macOS
Prerequisites
curl (pre-installed on most systems)
bash shell
Installation Steps
Open Terminal
Run the installation script:
curl -fsSL https://testfiesta.com/install-tacotruck-cli.sh | bashCustom Version Installation
To install a specific version:
curl -fsSL https://raw.githubusercontent.com/testfiesta/tacotruck/main/scripts/install.sh | bash -s -- 1.0.0-beta.27
Verify Installation
After installation, either:
Restart your terminal, or
Source your shell configuration file:
# For bash
source ~/.bashrc
# For zsh
source ~/.zshrcThen verify the installation:
tacotruck --versionUpgrading CLI
You can simply run the following command to upgrade the CLI:
tacotruck upgradeLast updated