github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/esti/golden/lakectl_help.golden (about) 1 lakectl is a CLI tool allowing exploration and manipulation of a lakeFS environment 2 3 Usage: 4 lakectl [flags] 5 lakectl [command] 6 7 Available Commands: 8 actions Manage Actions commands 9 annotate List entries under a given path, annotating each with the latest modifying commit 10 auth Manage authentication and authorization 11 branch Create and manage branches within a repository 12 branch-protect Create and manage branch protection rules 13 cherry-pick Apply the changes introduced by an existing commit 14 commit Commit changes on a given branch 15 completion Generate completion script 16 config Create/update local lakeFS configuration 17 diff Show changes between two commits, or the currently uncommitted changes 18 doctor Run a basic diagnosis of the LakeFS configuration 19 fs View and manipulate objects 20 gc Manage the garbage collection policy 21 help Help about any command 22 import Import data from external source to a destination branch 23 local Sync local directories with lakeFS paths 24 log Show log of commits 25 merge Merge & commit changes from source branch into destination branch 26 repo Manage and explore repos 27 show See detailed information about an entity 28 tag Create and manage tags within a repository 29 30 Flags: 31 --base-uri string base URI used for lakeFS address parse 32 -c, --config string config file (default is $HOME/.lakectl.yaml) 33 -h, --help help for lakectl 34 --log-format string set logging output format 35 --log-level string set logging level (default "none") 36 --log-output strings set logging output(s) 37 --no-color don't use fancy output colors (default value can be set by NO_COLOR environment variable) 38 --verbose run in verbose mode 39 -v, --version version for lakectl 40 41 Use "lakectl [command] --help" for more information about a command.