Skip to content

diphyx/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CLI

The Command Line Interface (CLI) provides commands to interact with our products and perform various operations.

Documentation

  • diphyx - DiPhyx command line interface
  • dxflow - dxflow command line interface

Installation

  • Download the CLI for your operating system
  • Add the downloaded binary to your PATH

Download

Easy Installation

  • 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