Upgrading Stacktape
Installing
Using an install script (preferred)
Copy
iwr https://installs.stacktape.com/windows.ps1.sh -useb | iex
After the installation is complete, you might need to manually add Stacktape bin folder to the PATH environment variable. To do it, follow the instruction printed to the terminal.
To install a specific version, you can use
STACKTAPE_VERSION=<<version>>
environment variable before installing
Downloading manually
To install Stacktape manually, you can download it directly from Github releases page.
Extract the archive to any
<<home_folder>>/.stacktape/bin
.Add
<<home_folder>>/.stacktape/bin
to your PATH environment variable.
Upgrading and installing specific version
To upgrade Stacktape, use
Copy
stacktape upgrade
To install a specific version, use
Copy
stacktape upgrade --newVersion <<version>>