Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 757 Bytes

File metadata and controls

32 lines (23 loc) · 757 Bytes

Installation

From source (recommended)

git clone https://github.com/fluid-cloudnative/fluid-cli.git
cd fluid-cli
make install-plugin
fluid --help

make install-plugin builds bin/fluid and copies it to a directory on your PATH (typically next to other CLI tools, or /usr/local/bin).

Manual install

make build
cp bin/fluid /usr/local/bin/fluid   # or any directory on your PATH

Prerequisites

  • A Kubernetes cluster with Fluid installed (CRDs and controllers)
  • Valid kubeconfig (kubectl should work against the cluster)
  • For interactive TUI modes: a terminal with stdin/stdout (not a pipe-only CI job)

Verify

fluid version
fluid inspect --help