Skip to content

Installing the CLI

See also

Concept: About the CLI

Download a Sqedule CLI binary tarball (sqedule-cli-XXX-linux-x86_64.tar.gz).

Extract this tarball somewhere. For example:

cd /usr/local
tar xzf sqedule-cli-XXX.tar.gz

The Sqedule CLI is now available as /usr/local/sqedule-cli-XXX/sqedule. We recommend adding the directory to PATH.

Try it out:

export PATH=/usr/local/sqedule-cli-XXX:$PATH
sqedule version

Next up

You must setup the CLI's initial configuration before the CLI can be used.