Releases: javinfo/cli
Releases · javinfo/cli
Release list
javinfo 0.1.3
Prebuilt javinfo binaries for 0.1.3.
Install (recommended)
curl -fsSL https://javinfo.dev/install.sh | bash
# pin: VERSION=0.1.3 curl -fsSL https://javinfo.dev/install.sh | bashOr from this repo until the domain is wired:
curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bashManual
- Download the archive for your platform below.
- Extract the
javinfobinary. - Move it onto your
PATH(e.g.~/.local/bin).
# Linux x86_64 example
mkdir -p ~/.local/bin
curl -fsSL \
"https://github.com/javinfo/cli/releases/download/v0.1.3/javinfo-0.1.3-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --versionVerify downloads against sha256sums.txt.
Full Changelog: v0.1.2...v0.1.3
javinfo 0.1.2
Prebuilt javinfo binaries for 0.1.2.
Install (recommended)
curl -fsSL https://javinfo.dev/install.sh | bash
# pin: VERSION=0.1.2 curl -fsSL https://javinfo.dev/install.sh | bashOr from this repo until the domain is wired:
curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bashManual
- Download the archive for your platform below.
- Extract the
javinfobinary. - Move it onto your
PATH(e.g.~/.local/bin).
# Linux x86_64 example
mkdir -p ~/.local/bin
curl -fsSL \
"https://github.com/javinfo/cli/releases/download/v0.1.2/javinfo-0.1.2-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --versionVerify downloads against sha256sums.txt.
Full Changelog: v0.1.1...v0.1.2
javinfo 0.1.1
Prebuilt javinfo binaries for 0.1.1.
Install (recommended)
curl -fsSL https://javinfo.dev/install.sh | bash
# pin: VERSION=0.1.1 curl -fsSL https://javinfo.dev/install.sh | bashOr from this repo until the domain is wired:
curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bashManual
- Download the archive for your platform below.
- Extract the
javinfobinary. - Move it onto your
PATH(e.g.~/.local/bin).
# Linux x86_64 example
mkdir -p ~/.local/bin
curl -fsSL \
"https://github.com/javinfo/cli/releases/download/v0.1.1/javinfo-0.1.1-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --versionVerify downloads against sha256sums.txt.
Full Changelog: v0.1.0...v0.1.1
javinfo 0.1.0
Prebuilt javinfo binaries for 0.1.0.
Install (manual)
- Download the archive for your platform below.
- Extract the
javinfobinary. - Move it onto your
PATH(e.g.~/.local/bin).
# Linux x86_64 example
mkdir -p ~/.local/bin
curl -fsSL \
"https://github.com/javinfo/cli/releases/download/v0.1.0/javinfo-0.1.0-x86_64-unknown-linux-gnu.tar.gz" \
| tar -xz -C ~/.local/bin
chmod +x ~/.local/bin/javinfo
javinfo --versionVerify downloads against sha256sums.txt.
A one-line installer (curl -fsSL https://javinfo.dev/install.sh | sh) will be added later.
Full Changelog: https://github.com/javinfo/cli/commits/v0.1.0