.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-orbit-local - Run the Orbit local CLI (Experimental) .SH SYNOPSIS \fBglab orbit local [command] [flags]\fP .SH DESCRIPTION Run the Orbit local CLI for the GitLab Knowledge Graph. .PP The Orbit local CLI lets you index and query a local copy of the GitLab Knowledge Graph (product name: Orbit). When invoked through \fBglab\fR, the binary is downloaded, verified, and kept up to date for you. .PP Configuration options: .IP \(bu 2 \fBorbit_local_auto_run\fR: Skip the run confirmation prompt. .IP \(bu 2 \fBorbit_local_auto_download\fR: Skip the download confirmation prompt. .PP All other arguments and flags are passed through to the Orbit local CLI binary. .PP For more information, see the Orbit documentation \[la]https://docs.gitlab.com/orbit/\[ra]\&. .PP This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/. .SH OPTIONS \fB--install\fP[=false] Install the Orbit local CLI binary without running it. (default false) .PP \fB--update\fP[=false] Check for and install updates to the binary. (default false) .PP \fB-y\fP, \fB--yes\fP[=false] Skip confirmation prompts. (default false) .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # Run the Orbit local CLI glab orbit local # Pass any command or flag through to the orbit binary glab orbit local # Show this help glab orbit local --help # Run without prompts (for use in scripts and non-interactive environments) glab orbit local --yes # Install the Orbit local CLI binary glab orbit local --install # Install the Orbit local CLI binary without prompts glab orbit local --install --yes # Check for and install updates glab orbit local --update .EE .SH SEE ALSO \fBglab-orbit(1)\fP