Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:42
· 66 commits to main since this release

Changelog

  • Renamed the CLI binary from scanoss to scanoss-cli. The go install path is now
    go install github.com/scanoss/scanoss.go/cmd/scanoss-cli@latest.

Install

Prebuilt binary: download the archive for your platform below, extract it,
and move scanoss-cli onto your PATH. On Linux (amd64):

tar xzf scanoss-cli-linux-amd64.tar.gz
sudo mv scanoss-cli /usr/local/bin/

Verify a download against checksums.txt:

sha256sum -c --ignore-missing checksums.txt

Go:

go install github.com/scanoss/scanoss.go/cmd/scanoss-cli@latest

See the README and
CLIENT_HELP.md
to get started.