docscli-diphyx
Last edit November 19, 2024

diphyx CLI

It provides various commands to interact with DiPhyx product.

Download

Linux
bin
Linux (AMD64)16 MB
Download
bin
Linux (ARM64)15.3 MB
Download
MacOs
bin
MacOs (Intel Chip)16.4 MB
Download
bin
MacOs (Apple Chip)15.6 MB
Download
Windows
exe
Windows (64-bit)16.4 MB
Download
***

Install

Linux
  1. Move the diphyx binary to /usr/local/bin directory
  2. Grant execute permissions with chmod +x /usr/local/bin/diphyx command
MacOs
  1. Move the diphyx binary to /usr/local/bin directory
  2. Grant execute permissions with chmod +x /usr/local/bin/diphyx command
  3. Verify installation
    1. Open a new terminal and run diphyx --version
    2. Open System Settings, then Privacy & Secutiry
    3. In the Security section, click the Open Anyway
Windows
  1. Move the diphyx binary to C:\Program Files\diphyx directory
  2. Open environment variables
    1. Press Win + X, select System, then Advanced system settings
    2. Click Environment Variables
  3. Edit PATH
    1. Select Path in System variables, click Edit
    2. Click New, add C:\Program Files\diphyx, and click OK
***

Easy Installation

  • dxflow (Linux and Mac)
shell
wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s dxflow
  • dxflow + dependencies (Linux only)
shell
wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s dxflow --install-deps
***

Available Commands

  • info View diphyx CLI information
  • login Login to the DiPhyx platform
  • dashboard Open the DiPhyx platform dashboard
  • logout Logout from the DiPhyx platform
  • update Update diphyx CLI to the latest version
  • dxflow Command line interface for dxflow product
  • help Help about any command
  • completion Generate the autocompletion script for the specified shell

Global Flags

  • --no-color Disable color output
  • -h, --help Help for diphyx
  • -v, --version Version for diphyx

Tip

Use "diphyx [command] --help" for more information about a command.