Installation

Prerequisites (unless using docker image)

Before you begin make sure you have the following tools installed on your machine:

Tarball installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/diggerhq/dggr-cli/main/bin/install.sh)"

NPM installation

npm install -g dgctl

You can also run dgctl from npm without installing it: npx dgctl

Docker installation

docker pull dockerdiggerorg/dgctl

Last updated