The Command Line Interface (CLI) provides commands to interact with our products and perform various operations.
- Download the CLI for your operating system
- Add the downloaded binary to your PATH
- diphyx
- dxflow
- diphyx (Linux and Mac)
wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s diphyx
- diphyx + dependencies (Linux only)
wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s diphyx --install-deps
- dxflow (Linux and Mac)
sudo wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s dxflow
- dxflow + dependencies (Linux only)
sudo wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s dxflow --install-deps