Orc-dev-cli gives developers a CLI tool called orc. Orc is used to interact with openshift osd clusters and the openshift addon RHOAM.
As this is a dev tool kude-admin access to the clusters is expected.
Easiest way to install orc is by using pip
pip install orc-dev-cli
orc rhoam status
Get the current state of an installed addon instancesorc config
Open configuration fileorc cluster delete
Delete cluster.orc cluster login
Get cluster kubeadmin login details.orc cluster status
Get basic state information on osd cluster
- Create temporary bash script.
- Add
_ORC_COMPLETE=bash_source orc > ~/.orc-complete.bash
. - Run script.
- Source the newly created
~/.orc-complete.bash
in~/.bashrc
as follows. ~/.orc-complete.bash
. - Restart the shell to complete.