git clone https://github.com/fluid-cloudnative/fluid-cli.git
cd fluid-cli
make install-plugin
fluid --helpmake install-plugin builds bin/fluid and copies it to a directory on your PATH (typically next to other CLI tools, or /usr/local/bin).
make build
cp bin/fluid /usr/local/bin/fluid # or any directory on your PATH- A Kubernetes cluster with Fluid installed (CRDs and controllers)
- Valid kubeconfig (
kubectlshould work against the cluster) - For interactive TUI modes: a terminal with stdin/stdout (not a pipe-only CI job)
fluid version
fluid inspect --help