Skip to content

Install the Fox CLI

The Fox CLI ("Fox") is a tool used to interact with KubeFox and prepare your Apps for deployment and release.

go install github.com/xigxog/fox@latest
curl -sL "https://github.com/xigxog/fox/releases/latest/download/fox-$(uname -s | tr 'A-Z' 'a-z')-amd64.tar.gz" | \
  tar xvz - -C /tmp && \
  sudo mv /tmp/fox /usr/local/bin/fox

Download the latest Fox release for your OS and extract the fox binary to a directory on your path.

You can check the version of Fox with fox version.

If you were running the Quickstart, you can return to it by clicking here.

If you were running the KubeFox and Hasura Tutorial, you can return to it by clicking here.