Skip to content

Releases: javinfo/cli

javinfo 0.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 20:09

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 | bash

Or from this repo until the domain is wired:

curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bash

Manual

  1. Download the archive for your platform below.
  2. Extract the javinfo binary.
  3. 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 --version

Verify downloads against sha256sums.txt.

Full Changelog: v0.1.2...v0.1.3

javinfo 0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:07

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 | bash

Or from this repo until the domain is wired:

curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bash

Manual

  1. Download the archive for your platform below.
  2. Extract the javinfo binary.
  3. 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 --version

Verify downloads against sha256sums.txt.

Full Changelog: v0.1.1...v0.1.2

javinfo 0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:32

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 | bash

Or from this repo until the domain is wired:

curl -fsSL https://raw.githubusercontent.com/javinfo/cli/main/install.sh | bash

Manual

  1. Download the archive for your platform below.
  2. Extract the javinfo binary.
  3. 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 --version

Verify downloads against sha256sums.txt.

Full Changelog: v0.1.0...v0.1.1

javinfo 0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 16:34

Prebuilt javinfo binaries for 0.1.0.

Install (manual)

  1. Download the archive for your platform below.
  2. Extract the javinfo binary.
  3. 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 --version

Verify 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