Getting started

Getting started with the Specify CLI

Automatic Installation

If you are on OS X or Linux, you can use the automated downloader, which will fetch the latest release version for you and install it:

curl -sL https://static.specifyapp.com/cli/install.sh | sh

To install a specific version, use the flag VERSION:

curl -sL https://static.specifyapp.com/cli/install.sh | VERSION="x.y.z" sh

Installation via JS ecosystem

npm install -D @specifyapp/cli

Installation via Homebrew

Coming soon

Installation via Scoop

Coming soon

Last updated