Versioning
Stacktape release versioning
Stacktape tries to follow the semantic versioning as closely as possible.
There might be a small breaking change introduced in minor version from time to time, but all of these are documented on the releases page.
Installing specific version
- To install a specific version, you can use
STACKTAPE_VERSION=<<version>>
environment variable before installing
Copy
$env:STACKTAPE_VERSION="2.0.0" && iwr https://installs.stacktape.com/linux.sh -useb | iex
Installing 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.