1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/cli_reference/openshift_cli/configuring-cli.adoc
Wael Aljaber 3ddaf5dff7 Expanded the oc completion page to include the setup steps for both Bash, and Zsh shell's
fixed an error in the zsh completion steps, the command now includes the absolute path to .zshrc file
2022-07-26 11:13:00 -04:00

19 lines
498 B
Plaintext

:_content-type: ASSEMBLY
[id="cli-configuring-cli"]
= Configuring the OpenShift CLI
include::_attributes/common-attributes.adoc[]
:context: cli-configuring-cli
toc::[]
[id="cli-enabling-tab-completion"]
== Enabling tab completion
You can enable tab completion for the Bash or Zsh shells.
// Enabling tab completion for Bash
include::modules/cli-configuring-completion.adoc[leveloffset=+2]
// Enabling tab completion for Zsh
include::modules/cli-configuring-completion-zsh.adoc[leveloffset=+2]