2.2.6.4. Installation Issues and Tips for Red Hat Enterprise Linux
Automatic Completion Using the Tab Key
The OpenShift Enterprise client tools for Red Hat Enterprise Linux support the automatic completion feature of the bash shell. Run the rhc setup --autocomplete
command and follow the instructions to enable automatic completion.
rhc setup --autocomplete
$ rhc setup --autocomplete
If the automatic completion feature is not persistent when you open a new terminal session, the automatic completion script for OpenShift Enterprise client tools must be sourced in the
.bashrc
file in your home directory. Do this by adding source /etc/bash_completion.d/rhc
to your .bashrc
file.
When the installation completes, proceed to Section 2.3, “Configuring Client Tools” to configure the client tools using the interactive setup wizard.