docscli-dxflow
Last edit November 19, 2024

dxflow CLI

It provides various commands to interact with dxflow product.

Download

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

Install

Linux
  1. Move the dxflow binary to /usr/local/bin directory
  2. Grant execute permissions with chmod +x /usr/local/bin/dxflow command
MacOs
  1. Move the dxflow binary to /usr/local/bin directory
  2. Grant execute permissions with chmod +x /usr/local/bin/dxflow command
  3. Verify installation
    1. Open a new terminal and run dxflow --version
    2. Open System Settings, then Privacy & Secutiry
    3. In the Security section, click the Open Anyway
Windows
  1. Move the dxflow 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

  • diphyx (Linux and Mac)
shell
wget -qO- https://raw.githubusercontent.com/diphyx/cli/main/install.sh | sudo bash -s dxflow
  • diphyx + 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 dxflow CLI information
  • up Start the dxflow core and extension services
  • down Stop the dxflow core and extension services
  • login Login to the dxflow platform
  • search Search over published flows
  • inspect Inspect published flow variables
  • compose Compose published flow with variables
  • run Run a flow
  • projects List of projects and manage them
  • session Open interactive session
  • 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 "dxflow [command] --help" for more information about a command.