Skip to content

fluid-cloudnative/fluid-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluid-cli

Official CLI for Fluid — inspect and diagnose Fluid-managed Datasets and their Kubernetes resources.

Install the fluid binary on your PATH.

Quick start

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

fluid --help
fluid inspect my-dataset -n default
fluid diagnose my-dataset -n default --archive

Commands

Command Description
fluid inspect List Pods, Runtimes, PVCs, and related resources for a Dataset
fluid diagnose Collect a support bundle (YAML, logs, events) for a Dataset
fluid version Print CLI version

For flags and examples, use --help on any command:

fluid inspect --help
fluid diagnose --help

Documentation

Development

See CONTRIBUTING.md.

make build    # build bin/fluid
make test     # unit tests
make docs     # regenerate docs/reference/

License

Apache License 2.0 — see LICENSE.

About

Official Fluid CLI

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors